java.io.Serializablepublic static final class ByteArrayDiskQueues.QueueData
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field | Description |
|---|---|---|
long |
count |
The number of elements in the list (always nonzero).
|
long |
head |
The pointer to the head of the list (the least recently enqueued, but not dequeued, element).
|
long |
tail |
The pointer to the tail of the list (the most recently enqueued element).
|
long |
usage |
The number of bytes used by the list.
|
| Constructor | Description |
|---|---|
QueueData() |
public long head
public long tail
public long count
public long usage