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