| Super classes [su] [ fr] [ fi] [co] [me] |
|
Object
AbstractCollection AbstractList |
| Most frequently used [su] [ fr] [ fi] [co] [me] |
|
ArrayList() [api
] 77* add(E o) [api ] 71 size() [api ] 59 get(int index) [api ] 54 ArrayList(int initialCapacity) [api ] 50 toArray(T a) [api ] 38 iterator() [api ] 37 ArrayList(Collection extends E> c) [api ] 32 clear() [api ] 26 contains(Object elem) [api ] 25 remove(Object o) [api ] 23 remove(int index) [api ] 20 addAll(Collection extends E> c) [api ] 20 add(int index, E element) [api ] 19 isEmpty() [api ] 18 toArray() [api ] 17 clone() [api ] 16 indexOf(Object elem) [api ] 14 set(int index, E element) [api ] 14 listIterator() [api ] 11 removeAll(Collection> c) [api ] 5 trimToSize() [api ] 5 ensureCapacity(int minCapacity) [api ] 5 subList(int fromIndex, int toIndex) [api ] 3 listIterator(int index) [api ] 3 toString() [api ] 3 containsAll(Collection> c) [api ] 3 addAll(int index, Collection extends E> c) [api ] 2 retainAll(Collection> c) [api ] 2 lastIndexOf(Object elem) [api ] 2 equals(Object o) [api ] 2 notify() [api ] 1 notifyAll() [api ] 1 wait() [api ] 1 hashCode() [api ] 1 wait(long timeout) [api ] 1 getClass() [api ] 1 removeRange(int fromIndex, int toIndex) [api ] 1 remove(Object o) [api ] 0 |
| Fields, alphabetical [su] [ fr] [ fi] [co] [me] |
| Constructors, by frequency [su] [ fr] [ fi] [co] [me] |
|
ArrayList() [api
] 77 ArrayList(int initialCapacity) [api ] 50 ArrayList(Collection extends E> c) [api ] 32 |
| Methods, alphabetical [su] [ fr] [ fi] [co] [me] |
|
add(E o) [api
] 71 add(int index, E element) [api ] 19 addAll(int index, Collection extends E> c) [api ] 2 addAll(Collection extends E> c) [api ] 20 clear() [api ] 26 clone() [api ] 16 contains(Object elem) [api ] 25 ensureCapacity(int minCapacity) [api ] 5 get(int index) [api ] 54 indexOf(Object elem) [api ] 14 isEmpty() [api ] 18 lastIndexOf(Object elem) [api ] 2 remove(int index) [api ] 20 remove(Object o) [api ] 0 removeRange(int fromIndex, int toIndex) [api ] 1 set(int index, E element) [api ] 14 size() [api ] 59 toArray() [api ] 17 toArray(T a) [api ] 38 trimToSize() [api ] 5 |