Package | Description |
---|---|
io.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
Modifier and Type | Method and Description |
---|---|
int |
PriorityQueueNode.priorityQueueIndex(DefaultPriorityQueue<?> queue)
Get the last value set by
PriorityQueueNode.priorityQueueIndex(DefaultPriorityQueue, int) for the value corresponding to
queue . |
void |
PriorityQueueNode.priorityQueueIndex(DefaultPriorityQueue<?> queue,
int i)
Used by
DefaultPriorityQueue to maintain state for an element in the queue. |
Copyright © 2008–2024 The Netty Project. All rights reserved.