码迷,mamicode.com
首页 > 其他好文 > 详细

//去除list中的重复元素放入到 hashset中,l是 arrayList

时间:2017-07-03 12:00:17      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:new   string   元素   div   bsp   list   nbsp   set   lis   

//去除list中的重复元素放入到 hashset中,l是 arrayList
HashSet<String> hs = new HashSet<String>(l);
//给arrayList 或 数组 或 hashSet 拼接成字符串
String str= StringUtils.join(hs, "+");   

//去除list中的重复元素放入到 hashset中,l是 arrayList

标签:new   string   元素   div   bsp   list   nbsp   set   lis   

原文地址:http://www.cnblogs.com/hui-blog/p/7109559.html

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