码迷,mamicode.com
首页 > 编程语言 > 详细

【HashSet】排序

时间:2019-10-28 12:55:14      阅读:54      评论:0      收藏:0      [点我收藏+]

标签:nbsp   print   hash   span   col   hashset   tor   style   color   

利用TreeSet的排序:

 HashSet hs = new HashSet();

 TreeSet ts = new TreeSet(hs);   

  ts.comparator();      

  System.out.println(ts);  

 

【HashSet】排序

标签:nbsp   print   hash   span   col   hashset   tor   style   color   

原文地址:https://www.cnblogs.com/zhuii/p/11751289.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!