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