利用TreeSet的排序:
HashSet hs = new HashSet(); TreeSet ts = new TreeSet(hs); ts.comparator(); System.out.println(ts);
原文地址:https://www.cnblogs.com/zhuii/p/11751289.html
时间: 2024-10-08 22:51:45
利用TreeSet的排序:
HashSet hs = new HashSet(); TreeSet ts = new TreeSet(hs); ts.comparator(); System.out.println(ts);
原文地址:https://www.cnblogs.com/zhuii/p/11751289.html