list to map 兼具分组功能 Map<Integer,List<A>> map=list.stream().collect(Collectors.groupingBy(Model::getAge)); 返回类型为HashMap sout结果.png