public abstract class MpscLinkedQueueNode<T>
extends java.lang.Object
| Constructor and Description |
|---|
MpscLinkedQueueNode() |
| Modifier and Type | Method and Description |
|---|---|
protected T |
clearMaybe()
Sets the element this node contains to
null so that the node can be used as a tombstone. |
abstract T |
value() |