private static class Ord.OrdArrayList<E> extends AbstractList<Ord<E>> implements RandomAccess
Ord backed by an array of elements.| Modifier and Type | Field and Description |
|---|---|
private E[] |
elements |
modCount| Constructor and Description |
|---|
Ord.OrdArrayList(E[] elements) |
| Modifier and Type | Method and Description |
|---|---|
Ord<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, toStringCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.