| Interface | Description |
|---|---|
| CounterBasedDataStructure<T> | |
| DataStructure<T> |
A stream based data structure is an encapsulating entity for all "data stores"
that we connect to a stream.
|
| DSParameter<T> | |
| DSParameterDefinition | |
| IterableDataStructure<T> | |
| PointerBasedDataStructure<T,P> |
Specifies a data structure in which the elements additionally point to some
object.
|
| SketchBasedDataStructure<T> |
| Class | Description |
|---|---|
| AbstractDataStructure<T,P extends DSParameterDefinition> | |
| DataStructureFactory | |
| DSParameterFactory | |
| DSParameterImpl<T> | |
| ItemPointerPair<T,P> | |
| ParameterFreeParameterDefinition |
| Enum | Description |
|---|---|
| DataStructure.Type |
| Exception | Description |
|---|---|
| DSParameterMissingException | |
| DSWrongParameterException |