private static class ArrayUtils.CompositeUnmodifiableArrayList<E>
extends java.util.AbstractList<E>
| Constructor and Description |
|---|
CompositeUnmodifiableArrayList(E[] array1,
E[] array2) |
| Modifier and Type | Method and Description |
|---|---|
E |
get(int index) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic E get(int index)