Package | Description |
---|---|
io.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPriorityQueue<T extends PriorityQueueNode>
A priority queue which uses natural ordering of elements.
|
Modifier and Type | Field and Description |
---|---|
private static PriorityQueueNode[] |
DefaultPriorityQueue.EMPTY_ARRAY |
private T[] |
DefaultPriorityQueue.queue |
Modifier and Type | Method and Description |
---|---|
private boolean |
DefaultPriorityQueue.contains(PriorityQueueNode node,
int i) |