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