Interface PriorityQueueNode

All Known Implementing Classes:
ScheduledFutureTask, WeightedFairQueueByteDistributor.State

public interface PriorityQueueNode
Provides methods for DefaultPriorityQueue to maintain internal state. These methods should generally not be used outside the scope of DefaultPriorityQueue.