摘要: 1、分组 List里面的对象元素,以某个属性来分组,例如,以id分组,将id相同的放在一起: //List 以ID分组 Map<Integer,List<Apple>> Map<Integer, List<Apple>> groupBy = appleList.stream().collect(Co 阅读全文
posted @ 2021-08-05 11:35 AnyYoung 阅读(62) 评论(0) 推荐(0) 编辑