摘要: 对集合中的对象,以kw为分组,去分数最高的10个key @Data static class Keyword { private String kw; private String score; } list.stream() .collect(Collectors.toMap(Keyword::g 阅读全文
posted @ 2023-07-04 11:14 meow_world 阅读(230) 评论(0) 推荐(0)