public class ValueList extends AbstractList<Object>
modCount
Constructor and Description |
---|
ValueList(boolean lazyChop) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Object obj) |
void |
chopList() |
void |
clear() |
Object |
get(int index) |
Iterator<Object> |
iterator() |
List<Object> |
list() |
int |
size() |
add, addAll, equals, hashCode, indexOf, 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
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public Object get(int index)
public int size()
size
in interface Collection<Object>
size
in interface List<Object>
size
in class AbstractCollection<Object>
public void clear()
clear
in interface Collection<Object>
clear
in interface List<Object>
clear
in class AbstractList<Object>
public boolean add(Object obj)
add
in interface Collection<Object>
add
in interface List<Object>
add
in class AbstractList<Object>
public void chopList()