public abstract class MpscLinkedQueueNode<T> extends 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() |
Copyright © 2008–2015 The Netty Project. All rights reserved.