Collectors
Utility class which provides implementation of Collector
interface, which is then used to get a collection or other data form from a stream.
Methods
- toList()
- toSet()
- toMap()
Backlinks
Utility class which provides implementation of Collector
interface, which is then used to get a collection or other data form from a stream.