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