hunt.util.Spliterator

Undocumented in source.

Members

Enums

SpliteratorCharacteristic
enum SpliteratorCharacteristic
Undocumented in source.

Interfaces

Spliterator
interface Spliterator(T)

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.

Meta