stream后取数据集合

1.stream().collect(Collectors.toSet())

排序出来的数据是按取到其中数据,每个做hashcode自动排序后的结果

2.stream().collect(Collectors.toList())

排序出来的数据是按照之前数据默认的顺序的结果

posted @ 2024-01-09 16:02  SpecialSpeculator  阅读(10)  评论(0编辑  收藏  举报