E - element typeprivate 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 |
|---|
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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streamCopyright © 2012–2021 The Apache Software Foundation. All rights reserved.