public class ShiftQueue<T> extends ShiftList<T>
mHead, mItems, mTail
ShiftQueue()
ShiftQueue(int pInitialCapacity)
void
enter(int pIndex, T pItem)
enter(T pItem)
T
peek()
poll()
add, add, clear, get, indexOf, isEmpty, remove, remove, removeFirst, removeLast, set, shift, size
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ShiftQueue()
public ShiftQueue(int pInitialCapacity)
public T peek()
peek
IQueue<T>
ShiftList<T>
public T poll()
poll
public void enter(T pItem)
enter
public void enter(int pIndex, T pItem) throws java.lang.IndexOutOfBoundsException
java.lang.IndexOutOfBoundsException