Package | Description |
---|---|
com.neocoretechs.rocksack.stream |
Wrappers that allow the various iterators to function as Streams.
|
Class and Description |
---|
SackStream
Lynchpin superclass of all RockSack streams that wraps the Iterator with Spliterator using:
(Spliterator) Spliterators.spliteratorUnknownSize(esi, characteristics)
|