| Interface | Description |
|---|---|
| IndexedSource<Payload> |
A
Source is a linear read-only data structure. |
| Source<Payload> |
A
Source is a read-only data structure. |
| Class | Description |
|---|---|
| AbstractIndexedSource<Payload> |
An
AbstractIndexedSource is an abstract base implementation of a
IndexedSource. |
| AbstractSource<Payload> |
An
AbstractSource is an abstract base implementation of a
Source. |
| ArraySource<Payload> |
An
ArraySource is an AbstractIndexedSource that is backed by
an array. |
| CollectionSource<Payload> | |
| EmptySource<Payload> |
An
EmptySource is an AbstractSource that is empty; |
| ListSource<Payload> | |
| MapKeySource<Key> | |
| MapValueSource<Value> | |
| ObjectSource<Payload> |
A
ObjectSource is an AbstractSource that is backed by a
single payload value. |
| OptionalSource<Payload> |
Copyright © 2016–2017 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.