摘要: 单条件去重代码 rrayList<listData> collect = list.stream().collect(Collectors.collectingAndThen( Collectors.toCollection(() -> new TreeSet<>( Comparator.compa 阅读全文
posted @ 2022-06-24 15:50 西门长海 阅读(1260) 评论(0) 推荐(0) 编辑