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