public class IntArrayListView<V extends Value<V>>
extends java.util.AbstractList<V>
Constructor and Description |
---|
IntArrayListView(int[] array,
java.util.function.Supplier<V> valueFactory) |
Modifier and Type | Method and Description |
---|---|
V |
get(int index) |
V |
set(int index,
Value<?> element) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait