1.

What is Spliterator in Java 8?

Answer»

A Spliterator is a TYPE of Java8 Iterator in JAVA. util package that traverses and partitions the elements of a SOURCE in Java into ANOTHER Spliterator. A source can be a collection or an IO channel or a GENERATOR function



Discussion

No Comment Found