Interface PriorityQueueNode


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