Modifier and Type | Field and Description |
---|---|
private volatile LinkedQueueNode | |
private static final long | |
private E |
Access | Constructor and Description |
---|---|
pack-priv | |
pack-priv |
Modifier and Type | Method and Description |
---|---|
public E | Returns: valueGets the current value and nulls out the reference to it from this node. |
public E | |
public LinkedQueueNode | |
public void | |
public void | |
public void |
next | back to summary |
---|---|
private volatile LinkedQueueNode<E> next |
NEXT_OFFSET | back to summary |
---|---|
private static final long NEXT_OFFSET |
value | back to summary |
---|---|
private E value |
LinkedQueueNode | back to summary |
---|---|
pack-priv LinkedQueueNode() |
LinkedQueueNode | back to summary |
---|---|
pack-priv LinkedQueueNode(E val) |
getAndNullValue | back to summary |
---|---|
public E getAndNullValue() Gets the current value and nulls out the reference to it from this node.
|
lpValue | back to summary |
---|---|
public E lpValue() |
lvNext | back to summary |
---|---|
public LinkedQueueNode |
soNext | back to summary |
---|---|
public void soNext(LinkedQueueNode<E> n) |
spNext | back to summary |
---|---|
public void spNext(LinkedQueueNode<E> n) |
spValue | back to summary |
---|---|
public void spValue(E newValue) |