public class ArrayQueue<T> extends ArrayList<T> implements Queue<T>
modCount| Constructor and Description |
|---|
ArrayQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
T |
element() |
boolean |
isEmpty() |
boolean |
offer(T t) |
T |
peek() |
T |
poll() |
T |
remove() |
add, add, addAll, addAll, clone, contains, ensureCapacity, get, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, equals, hashCode, iterator, remove, removeAll, retainAll, size, toArray, toArraycontainsAll, equals, hashCodeCopyright © 2010-2014. All Rights Reserved.