Package zmq.pipe
Class YQueue.Chunk<T>
java.lang.Object
zmq.pipe.YQueue.Chunk<T>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) YQueue.Chunk<T>
(package private) final int[]
(package private) YQueue.Chunk<T>
(package private) final T[]
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
values
-
pos
final int[] pos -
prev
YQueue.Chunk<T> prev -
next
YQueue.Chunk<T> next
-
-
Constructor Details
-
Chunk
public Chunk(int size, int memoryPtr)
-