public class NodeImpl extends AtomicReference<Node> implements Node
| Constructor and Description |
|---|
NodeImpl() |
| Modifier and Type | Method and Description |
|---|---|
Node |
getNext() |
void |
setNext(Node next)
Stores a pointer to the next node in the linked queue structure.
|
accumulateAndGet, compareAndSet, get, getAndAccumulate, getAndSet, getAndUpdate, lazySet, set, toString, updateAndGet, weakCompareAndSetpublic void setNext(Node next)
NodeCopyright © 2013–2023. All rights reserved.