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, remove
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
secondaryComparator, secondaryFirst, secondaryFront
allChanged, changed, changed, clear, comparator, contains, dequeue, enqueue, first, front, isEmpty, last, remove, size
public int secondaryLast()
IndirectDoublePriorityQueue
secondaryLast
in interface IndirectDoublePriorityQueue<K>