利用TreeSet的排序:
HashSet hs = new HashSet(); TreeSet ts = new TreeSet(hs); ts.comparator(); System.out.println(ts);
【HashSet】排序
原文:https://www.cnblogs.com/zhuii/p/11751289.html