Uses of Class
io.netty.buffer.IntPriorityQueue
-
Packages that use IntPriorityQueue Package Description io.netty.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message. -
-
Uses of IntPriorityQueue in io.netty.buffer
Fields in io.netty.buffer declared as IntPriorityQueue Modifier and Type Field Description private IntPriorityQueue[]
PoolChunk. runsAvail
manage all avail runsMethods in io.netty.buffer that return IntPriorityQueue Modifier and Type Method Description private static IntPriorityQueue[]
PoolChunk. newRunsAvailqueueArray(int size)
-