摘要: subjects = subjects.stream().collect( Collectors.collectingAndThen( Collectors.toCollection(() -> new TreeSet<>(Comparator.comparing(Subjects::getId)) 阅读全文
posted @ 2020-06-22 11:19 辰梓悦 阅读(2239) 评论(0) 推荐(0) 编辑