protected static final class Queues.SimpleQueue.Node<E>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static Queues.SimpleQueue.Node<?> |
EMPTY |
protected long |
next |
protected E |
value |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
protected static final Queues.SimpleQueue.Node<?> EMPTY
protected final long next
protected final E value
public Node(long next,
E value)