public class WeakArrayList<T> extends AbstractList<T>
modCount| Constructor and Description |
|---|
WeakArrayList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
T element) |
boolean |
add(T o) |
boolean |
addAll(Collection<? extends T> c) |
T |
get(int index) |
Iterator<T> |
iterator() |
int |
size() |
addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListcontains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringpublic void add(int index,
T element)
public boolean add(T o)
add in interface Collection<T>add in interface List<T>add in class AbstractList<T>public T get(int index)
public boolean addAll(Collection<? extends T> c)
addAll in interface Collection<T>addAll in interface List<T>addAll in class AbstractCollection<T>public int size()
size in interface Collection<T>size in interface List<T>size in class AbstractCollection<T>Copyright © 2014. All rights reserved.