摘要:
背景: 从数据库中查询出的数据,最各种运算。Stream最方便。 //转Map操作 实体中的2个字段,转为key=字段 value=字段Map<String, Integer> collect = studentList.stream().collect(Collectors.toMap(Stude 阅读全文
摘要:
引入包: import org.apache.commons.collections.CollectionUtils 背景: 常用在以下清空 1.接口调用中,参数校验,从数据库查询的信息,是否跟请求中的信息一致。 2.信息过滤,集合的交集、并集等等 1 public static void main 阅读全文