| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ConcurrentStack<E>
Stack implemented with compare-and-set algorithm from Brian Goetz.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> Stack<E> |
Concurrent.newStack()
Create a stack.
|
Copyright © 2014 Sven Strittmatter. All Rights Reserved.