Uses of Interface
io.netty.util.internal.PriorityQueue
-
Packages that use PriorityQueue Package Description io.netty.util.internal Internal-use-only utilities which is not allowed to be used outside Netty. -
-
Uses of PriorityQueue in io.netty.util.internal
Classes in io.netty.util.internal that implement PriorityQueue Modifier and Type Class Description classDefaultPriorityQueue<T extends PriorityQueueNode>A priority queue which uses natural ordering of elements.classEmptyPriorityQueue<T>
-