public abstract class AbstractShortPriorityQueue extends AbstractPriorityQueue<Short> implements Serializable, ShortPriorityQueue
| Constructor and Description |
|---|
AbstractShortPriorityQueue() |
| Modifier and Type | Method and Description |
|---|---|
Short |
dequeue()
Deprecated.
Please use the corresponding type-specific method instead.
|
void |
enqueue(Short x)
Deprecated.
Please use the corresponding type-specific method instead.
|
Short |
first()
Deprecated.
Please use the corresponding type-specific method instead.
|
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(Short x)
enqueue in interface PriorityQueue<Short>x - the element to enqueue..@Deprecated public Short dequeue()
dequeue in interface PriorityQueue<Short>@Deprecated public Short first()
first in interface PriorityQueue<Short>@Deprecated public Short last()
last in interface PriorityQueue<Short>last in class AbstractPriorityQueue<Short>public short lastShort()
UnsupportedOperationException.lastShort in interface ShortPriorityQueue