public abstract class AbstractIndirectDoublePriorityQueue<K> extends AbstractIndirectPriorityQueue<K> implements IndirectDoublePriorityQueue<K>
IndirectDoublePriorityQueue interface.
This class defines secondaryLast() as throwing an
UnsupportedOperationException.
| Constructor and Description |
|---|
AbstractIndirectDoublePriorityQueue() |
| Modifier and Type | Method and Description |
|---|---|
int |
secondaryLast()
Returns the last element of this queue with respect to the secondary comparator (optional operation).
|
allChanged, changed, changed, contains, isEmpty, last, removeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsecondaryComparator, secondaryFirst, secondaryFrontallChanged, changed, changed, clear, comparator, contains, dequeue, enqueue, first, front, isEmpty, last, remove, sizepublic int secondaryLast()
IndirectDoublePriorityQueuesecondaryLast in interface IndirectDoublePriorityQueue<K>