public final class Concurrent extends Object
| Modifier | Constructor and Description |
|---|---|
private |
Concurrent()
Hidden for utility class.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> Queue<E> |
newQueue()
Create a queue.
|
static <E> Stack<E> |
newStack()
Create a stack.
|
Copyright © 2014 Sven Strittmatter. All Rights Reserved.