Why is there no java.util.stream.Stream.toSet() method in Java
There is a java.util.stream.Stream.toList()
method in JDK but there is no java.util.stream.Stream.toSet()
?
There is a java.util.stream.Stream.toList()
method in JDK but there is no java.util.stream.Stream.toSet()
?