| Package | Description |
|---|---|
| com.helger.commons.collection | |
| com.helger.commons.collection.impl |
| Modifier and Type | Method and Description |
|---|---|
static <ELEMENTTYPE> |
CollectionHelper.getStackCopyWithoutTop(NonBlockingStack<ELEMENTTYPE> aStack) |
static <ELEMENTTYPE> |
CollectionHelper.newStack() |
static <ELEMENTTYPE> |
CollectionHelper.newStack(Collection<? extends ELEMENTTYPE> aValues)
Create a new stack from the given collection.
|
static <ELEMENTTYPE> |
CollectionHelper.newStack(ELEMENTTYPE... aValues)
Create a new stack from the given array.
|
static <ELEMENTTYPE> |
CollectionHelper.newStack(ELEMENTTYPE aValue)
Create a new stack with a single element.
|
| Modifier and Type | Method and Description |
|---|---|
static <ELEMENTTYPE> |
CollectionHelper.getStackCopyWithoutTop(NonBlockingStack<ELEMENTTYPE> aStack) |
| Modifier and Type | Method and Description |
|---|---|
static <ELEMENTTYPE> |
NonBlockingStack.create() |
static <ELEMENTTYPE> |
NonBlockingStack.create(Collection<? extends ELEMENTTYPE> aCont) |
static <ELEMENTTYPE> |
NonBlockingStack.create(ELEMENTTYPE... aElements) |
static <ELEMENTTYPE> |
NonBlockingStack.create(NonBlockingStack<? extends ELEMENTTYPE> aStack) |
NonBlockingStack<ELEMENTTYPE> |
NonBlockingStack.getClone() |
| Modifier and Type | Method and Description |
|---|---|
static <ELEMENTTYPE> |
NonBlockingStack.create(NonBlockingStack<? extends ELEMENTTYPE> aStack) |
| Constructor and Description |
|---|
NonBlockingStack(NonBlockingStack<? extends ELEMENTTYPE> aStack) |
Copyright © 2014–2016 Philip Helger. All rights reserved.