Class | Description |
---|---|
CombinationIterator<T> |
The
CombinationIterator class defines an iterator capable of
combining iterating all possible combinations of multiple collections. |
SnapshotIterator<T> |
The
SnapshotIterator class provides support for creating a
snapshot from another iterator; preserving the order of returned elements. |
TransformListIterator<I,O> |
The
TransformListIterator class provides a useful extension to
the ListIterator interface in cases where a transforming function
needs to be applied to the iterator before returning any elements. |
TransformSpliterator<I,O> |
The
TransformSpliterator class provides a useful extension to
the Spliterator interface in cases where a transforming function
needs to be applied to the split-iterator before returning any elements. |
Copyright (C) 2015-2017 The Helenus Driver Project Authors.