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