摘要: // 数据去重 利用原理 map去重 List noRepeatList = bookList.stream.filter(distinctByKey(Book::getName)).collect(Collectors.toList());` /** * 数据流去重方法 * 如果多个参数,使用添加 阅读全文
posted @ 2021-02-25 17:28 你造吗 阅读(333) 评论(0) 推荐(0)