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, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, size, spliterator, toArray, toArray
parallelStream, removeIf, stream
public 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–2019 Asakusa Framework Team. All rights reserved.