| 程序包 | 说明 |
|---|---|
| io.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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. |