Interface | Description |
---|---|
StreamStorageStructure<T> |
This interface defines the functionality of a stream storage structure.
|
Class | Description |
---|---|
HashedStorageStructure<T extends PrimitiveBasisElement> |
This class provides a stream storage mechanism that is based on a multi-layer map.
|
HashedStorageStructureIterator<E> |
This class implements the Iterator interface for a HashedStorageStructure.
|
IntOrderedIterator<E> |
This class provides iteration over the second component of each element
in an Iterable collection of type IntObjectPair
|
SortedStorageStructure<T> |
This class implements an in-memory stream storage mechanism where all of the
elements are held in an in-memory collection in fully sorted order.
|
StreamStorageStructureFactory |
This class contains various convenience functions for constructing stream storage structures.
|