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