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