2022年4月11日

摘要: List<Entity> distinctClass = entities.stream() .collect(Collectors.collectingAndThen(Collectors.toCollection(() -> new TreeSet<>(Comparator.comparing( 阅读全文
posted @ 2022-04-11 13:15 Jun-Wang 阅读(649) 评论(0) 推荐(0)

导航