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