|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
Priority queues, including locator-based priority queues ("repriority queues"). The implementation makes use of the collect and tree packages.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||