public class SortedQueue<T extends java.lang.Comparable<T>> extends SortedList<T> implements ISortedQueue<T>
| Constructor and Description |
|---|
SortedQueue(IQueue<T> pQueue) |
| Modifier and Type | Method and Description |
|---|---|
void |
enter(int pIndex,
T pItem)
Deprecated.
|
void |
enter(T pItem) |
T |
peek() |
T |
poll() |
add, add, clear, get, indexOf, isEmpty, remove, remove, removeFirst, removeLast, set, sizepublic void enter(T pItem)