public class ArrayQueue extends AbstractList
modCount| Constructor and Description |
|---|
ArrayQueue(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Object o) |
Object |
get(int i) |
Object |
remove(int i) |
void |
resize(int newcapacity) |
int |
size() |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic void resize(int newcapacity)
public boolean add(Object o)
add in interface Collectionadd in interface Listadd in class AbstractListpublic Object remove(int i)
remove in interface Listremove in class AbstractListpublic Object get(int i)
get in interface Listget in class AbstractListpublic int size()
size in interface Collectionsize in interface Listsize in class AbstractCollectionCopyright © 2019 Terracotta, Inc.. All rights reserved.