| Package | Description |
|---|---|
| net.markenwerk.commons.collections | |
| net.markenwerk.commons.collections.sequences | |
| net.markenwerk.commons.collections.sinks | |
| net.markenwerk.commons.collections.stacks |
| Modifier and Type | Method and Description |
|---|---|
static Nullity |
Nullity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Nullity[] |
Nullity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Nullity |
AbstractSequence.getNullity()
Returns the
Nullity this AbstractSequence has been
created with. |
| Constructor and Description |
|---|
AbstractListSequence(Nullity nullity,
List<Payload> list)
Creates a new
CodeSource. |
AbstractSequence(Nullity nullity)
Creates a new
AbstractSequence. |
ListSequence(Nullity nullity)
Creates a new
CodeSource with a new LinkedList. |
ListSequence(Nullity nullity,
List<Payload> list)
Creates a new
CodeSource. |
| Modifier and Type | Method and Description |
|---|---|
Nullity |
AbstractSink.getNullity()
Returns the
Nullity this AbstractSink has been created
with. |
| Constructor and Description |
|---|
AbstractCollectionSink(Nullity nullity,
Collection<Payload> collection)
Creates a new
AbstractCollectionSink. |
AbstractHandlerSink(Nullity nullity,
Handler<Payload> handler)
Creates a new
AbstractHandlerSink. |
AbstractSequenceSink(Nullity nullity,
Sequence<Payload> sequence)
Creates a new
AbstractSequenceSink. |
AbstractSink(Nullity nullity)
Creates a new
AbstractSink. |
AbstractStackSink(Nullity nullity,
Stack<Payload> stack)
Creates a new
AbstractStackSink. |
CollectionSink(Nullity nullity,
Collection<Payload> collection)
Creates a new
CollectionSink. |
HandlerSink(Nullity nullity,
Handler<Payload> handler)
Creates a new
HandlerSink. |
SequenceSink(Nullity nullity,
Sequence<Payload> sequence)
Creates a new
SequenceSink. |
StackSink(Nullity nullity,
Stack<Payload> stack)
Creates a new
StackSink. |
| Modifier and Type | Method and Description |
|---|---|
Nullity |
AbstractStack.getNullity()
Returns the
Nullity this AbstractStack has been created
with. |
| Constructor and Description |
|---|
AbstractLinkedStack(Nullity nullity)
Creates a new
AbstractLinkedStack. |
AbstractStack(Nullity nullity)
Creates a new
AbstractStack. |
LinkedStack(Nullity nullity)
Creates a new
LinkedStack. |
Copyright © 2016–2017 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.