@ThreadSafe public class ArrayListU<E> extends AbstractList<E> implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ArrayListU.Open<E>
An unmodifiable list that provides open access to the backing array.
|
| Modifier and Type | Field and Description |
|---|---|
protected E[] |
backingArray |
modCount| Constructor and Description |
|---|
ArrayListU(E[] _backingArray)
Contructs an ArrayListU.
|
| 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, toStringprotected E[] backingArray
public ArrayListU(E[] _backingArray)