Package zmq.pipe
Class YQueue.Chunk<T>
- java.lang.Object
-
- zmq.pipe.YQueue.Chunk<T>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) YQueue.Chunk<T>
next
(package private) int[]
pos
(package private) YQueue.Chunk<T>
prev
(package private) T[]
values
-
Constructor Summary
Constructors Constructor Description Chunk(int size, int memoryPtr)
-
-
-
Field Detail
-
values
final T[] values
-
pos
final int[] pos
-
prev
YQueue.Chunk<T> prev
-
next
YQueue.Chunk<T> next
-
-