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, weakCompareAndSet
public void setNext(Node next)
Node
Copyright © 2013–2024. All rights reserved.