Modifier and Type | Field and Description |
---|---|
(package private) YQueue.Chunk<T> |
next |
(package private) int[] |
pos |
(package private) YQueue.Chunk<T> |
prev |
(package private) T[] |
values |
Constructor and Description |
---|
Chunk(int size,
int memoryPtr) |
final T[] values
final int[] pos
YQueue.Chunk<T> prev
YQueue.Chunk<T> next