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, 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, streampublic 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()