Class | Description |
---|---|
BoundedPriorityQueue<T> |
A bounded priority queue based on an
InvertedPriorityQueue . |
InvertedPriorityQueue<T> |
This class provides an inverted
PriorityQueue implementation, where
objects that are higher (according to the provided Comparator or the
natural order) come first. |