public final class LinkedQueueNode<E> extends java.util.concurrent.atomic.AtomicReference<LinkedQueueNode<E>>
| Modifier and Type | Method and Description |
|---|---|
E |
getAndNullValue()
Gets the current value and nulls out the reference to it from this node.
|
E |
lpValue() |
LinkedQueueNode<E> |
lvNext() |
void |
soNext(LinkedQueueNode<E> n) |
void |
spValue(E newValue) |
public E getAndNullValue()
public E lpValue()
public void spValue(E newValue)
public void soNext(LinkedQueueNode<E> n)
public LinkedQueueNode<E> lvNext()