java stream中Collectors的用法
# java stream
中 Collectors
的用法
-
java stream
中Collectors
的用法- 简介
-
Collectors.toList()
-
Collectors.toSet()
-
Collectors.toCollection()
-
Collectors.toMap()
-
Collectors.collectingAndThen()
-
Collectors.joining()
-
Collectors.counting()
-
Collectors.summarizingDouble/Long/Int()
-
Collectors.averagingDouble/Long/Int()
-
Collectors.summingDouble/Long/Int()
-
Collectors.maxBy()/minBy()
-
Collectors.groupingBy()
-
Collectors.partitioningBy()