public class ValueList extends AbstractList<Object>
modCount| Constructor | Description |
|---|---|
ValueList(boolean lazyChop) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
add(Object obj) |
|
void |
chopList() |
|
void |
clear() |
|
Object |
get(int index) |
|
Iterator<Object> |
iterator() |
|
List<Object> |
list() |
|
int |
size() |
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringadd, addAll, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListparallelStream, removeIf, streamaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArraypublic 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()