stream流处理List
目录前言抽取数据,构造List赋值统计相加过滤去重抽取数据,构造Map前言这里介绍stream流对集合进行处理的一些常规写法。这里的集合是对象集合,比例:List、List等。这里用User作为演示,有以下属性 /** * 序号 */ private Integer index; /** * 用户ID */ private Long userId; /** * 用户名 */ private St