An object for traversing and partitioning elements of a source. The source of elements covered by a Spliterator could be, for example, an array, a {@link Collection}, an IO channel, or a generator function.
See Source File