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.
|
class |
EmptyPriorityQueue<T> |
Modifier and Type | Field and Description |
---|---|
private static PriorityQueue<java.lang.Object> |
EmptyPriorityQueue.INSTANCE |