E - the element typepublic abstract class ValueOptionList<E extends ValueOption<E>> extends AbstractList<E> implements RandomAccess
modCount| Constructor and Description |
|---|
ValueOptionList() |
| Modifier and Type | Method and Description |
|---|---|
E |
set(int index,
E element) |
void |
sort(Comparator<? super E> c) |
add, add, addAll, clear, equals, get, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streampublic E set(int index, E element)
set in interface List<E extends ValueOption<E>>set in class AbstractList<E extends ValueOption<E>>public void sort(Comparator<? super E> c)
sort in interface List<E extends ValueOption<E>>Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.