public abstract class AbstractBytePriorityQueue extends AbstractPriorityQueue<java.lang.Byte> implements java.io.Serializable, BytePriorityQueue
| Constructor and Description |
|---|
AbstractBytePriorityQueue() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Byte |
dequeue()
Deprecated.
Please use the corresponding type-specific method instead.
|
void |
enqueue(java.lang.Byte x)
Deprecated.
Please use the corresponding type-specific method instead.
|
java.lang.Byte |
first()
Deprecated.
Please use the corresponding type-specific method instead.
|
java.lang.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(java.lang.Byte x)
enqueue in interface PriorityQueue<java.lang.Byte>x - the element to enqueue..@Deprecated public java.lang.Byte dequeue()
dequeue in interface PriorityQueue<java.lang.Byte>@Deprecated public java.lang.Byte first()
first in interface PriorityQueue<java.lang.Byte>@Deprecated public java.lang.Byte last()
last in interface PriorityQueue<java.lang.Byte>last in class AbstractPriorityQueue<java.lang.Byte>public byte lastByte()
UnsupportedOperationException.lastByte in interface BytePriorityQueue