public class NodeImpl extends java.util.concurrent.atomic.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.
|
public void setNext(Node next)
Node