| Package | Description |
|---|---|
| net.markenwerk.commons.collections.sequences | |
| net.markenwerk.commons.collections.sources | |
| net.markenwerk.commons.collections.stacks |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractListSequence<Payload>
|
class |
AbstractSequence<Payload>
A
AbstractSequence is an abstract base implementation of a
Sequence. |
class |
ListSequence<Payload>
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIndexedSource<Payload>
An
AbstractIndexedSource is an abstract base implementation of a
IndexedSource. |
class |
ArraySource<Payload>
An
ArraySource is an AbstractIndexedSource that is backed by
an array. |
class |
CollectionSource<Payload>
|
class |
EmptySource<Payload>
An
EmptySource is an AbstractSource that is empty; |
class |
ListSource<Payload>
|
class |
MapKeySource<Key>
|
class |
MapValueSource<Value>
|
class |
ObjectSource<Payload>
A
ObjectSource is an AbstractSource that is backed by a
single payload value. |
class |
OptionalSource<Payload>
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLinkedStack<Payload>
An
AbstractLinkedStack is an AbstractStack that is backed by
linked elements. |
class |
AbstractStack<Payload>
An
AbstractStack is an abstract base implementation of Stack. |
class |
LinkedStack<Payload>
A
LinkedStack is an AbstractLinkedStack that performs no
additional actions. |
Copyright © 2016–2017 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.