public abstract class AbstractShortPriorityQueue extends AbstractPriorityQueue<java.lang.Short> implements java.io.Serializable, ShortPriorityQueue
| Constructor and Description |
|---|
AbstractShortPriorityQueue() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Short |
dequeue()
Deprecated.
Please use the corresponding type-specific method instead.
|
void |
enqueue(java.lang.Short x)
Deprecated.
Please use the corresponding type-specific method instead.
|
java.lang.Short |
first()
Deprecated.
Please use the corresponding type-specific method instead.
|
java.lang.Short |
last()
Deprecated.
Please use the corresponding type-specific method instead.
|
short |
lastShort()
Throws an
UnsupportedOperationException. |
changed, isEmptyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparator, dequeueShort, enqueue, firstShortchanged, clear, isEmpty, size@Deprecated public void enqueue(java.lang.Short x)
enqueue in interface PriorityQueue<java.lang.Short>x - the element to enqueue..@Deprecated public java.lang.Short dequeue()
dequeue in interface PriorityQueue<java.lang.Short>@Deprecated public java.lang.Short first()
first in interface PriorityQueue<java.lang.Short>@Deprecated public java.lang.Short last()
last in interface PriorityQueue<java.lang.Short>last in class AbstractPriorityQueue<java.lang.Short>public short lastShort()
UnsupportedOperationException.lastShort in interface ShortPriorityQueue