Package pqueue

Priority queues, including locator-based priority queues ("repriority queues").

See:
          Description

Interface Summary
AdaptablePriorityQueue Extends the priority queue interface to support removal and reprioritization of elements.
PriorityQueue Interface for the priority queue ADT
 

Exception Summary
EmptyPriorityQueueException Runtime exception thrown when one tries to get at the minimum element of an empty priority queue.
 

Package pqueue Description

Priority queues, including locator-based priority queues ("repriority queues"). The implementation makes use of the collect and tree packages.