| Modifier and Type | Field and Description |
|---|---|
private ConcurrentStack.Entry<T> |
ConcurrentStack.Entry.next
Link to next entry, maybe
null. |
| Modifier and Type | Field and Description |
|---|---|
private AtomicReference<ConcurrentStack.Entry<E>> |
ConcurrentStack.top
References the top of the stack.
|
| Constructor and Description |
|---|
Entry(T element,
ConcurrentStack.Entry<T> next)
Dedicated constructor.
|
Copyright © 2014 Sven Strittmatter. All Rights Reserved.