摘要: 1.不带类型写法: 1 List listWithoutDup = new ArrayList(new HashSet(listWithDup)); 1 List listWithoutDup = new ArrayList(new HashSet(listWithDup)); 1 List lis 阅读全文
posted @ 2017-01-05 16:20 功夫 熊猫 阅读(896) 评论(0) 推荐(1) 编辑