| Package | Description |
|---|---|
| net.markenwerk.commons.collections.sinks | |
| net.markenwerk.commons.collections.stacks |
| Modifier and Type | Method and Description |
|---|---|
Stack<Payload> |
AbstractStackSink.getStack()
Returns the
Stack of payload values this
AbstractStackSink has been created with. |
| Constructor and Description |
|---|
AbstractStackSink(Nullity nullity,
Stack<Payload> stack)
Creates a new
AbstractStackSink. |
StackSink(Nullity nullity,
Stack<Payload> stack)
Creates a new
StackSink. |
StackSink(Stack<Payload> stack)
|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
Stack<Payload> |
Stack.push(Payload payload)
Pushes the given payload value as the new first value.
|
Stack<Payload> |
AbstractStack.push(Payload payload) |
Stack<Payload> |
Stack.pushAll(Iterable<? extends Payload> payloads)
Pushes the given payload values in the given
order. |
Stack<Payload> |
AbstractStack.pushAll(Iterable<? extends Payload> payloads) |
Stack<Payload> |
Stack.pushAll(Payload... payloads)
Pushes the given payload values in the given
order. |
Stack<Payload> |
AbstractStack.pushAll(Payload... payloads) |
Copyright © 2016–2017 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.