1、hash值排序 2、加上Linked,按插入顺序排 3、SrotedMap\SortedSet\TreeSet......(一,自然排序,根据Comparable接口,默认小到大。二,定制排序,创建对象时传入Comparator对象)