public abstract class AbstractDoublePriorityQueue extends AbstractPriorityQueue<Double> implements Serializable, DoublePriorityQueue
| Constructor and Description |
|---|
AbstractDoublePriorityQueue() |
| Modifier and Type | Method and Description |
|---|---|
Double |
dequeue()
Deprecated.
Please use the corresponding type-specific method instead.
|
void |
enqueue(Double x)
Deprecated.
Please use the corresponding type-specific method instead.
|
Double |
first()
Deprecated.
Please use the corresponding type-specific method instead.
|
Double |
last()
Deprecated.
Please use the corresponding type-specific method instead.
|
double |
lastDouble()
Throws an
UnsupportedOperationException. |
changed, isEmptyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparator, dequeueDouble, enqueue, firstDoublechanged, clear, isEmpty, size@Deprecated public void enqueue(Double x)
enqueue in interface PriorityQueue<Double>x - the element to enqueue..@Deprecated public Double dequeue()
dequeue in interface PriorityQueue<Double>@Deprecated public Double first()
first in interface PriorityQueue<Double>@Deprecated public Double last()
last in interface PriorityQueue<Double>last in class AbstractPriorityQueue<Double>public double lastDouble()
UnsupportedOperationException.lastDouble in interface DoublePriorityQueue