| Modifier and Type | Field and Description |
|---|---|
protected static Queues.SimpleQueue.Node<?> |
Queues.SimpleQueue.Node.EMPTY |
| Modifier and Type | Field and Description |
|---|---|
protected Serializer<Queues.SimpleQueue.Node<E>> |
Queues.SimpleQueue.nodeSerializer |
| Modifier and Type | Method and Description |
|---|---|
Queues.SimpleQueue.Node<E> |
Queues.SimpleQueue.NodeSerializer.deserialize(java.io.DataInput in,
int available) |
| Modifier and Type | Method and Description |
|---|---|
void |
Queues.SimpleQueue.NodeSerializer.serialize(java.io.DataOutput out,
Queues.SimpleQueue.Node<E> value) |