- java.lang.Object
- 
- swim.structure.collections.ValueIterable<T>
- 
- swim.structure.collections.ValueCollection<T>
- 
- swim.structure.collections.ValueList<T>
 
 
 
- 
- All Implemented Interfaces:
- Iterable<T>,- Collection<T>,- List<T>
 - Direct Known Subclasses:
- ValueKeyedList
 
 public class ValueList<T> extends ValueCollection<T> implements List<T> 
- 
- 
Field Summary- 
Fields inherited from class swim.structure.collections.ValueIterableinner, valueForm
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(int index, T newObject)booleanaddAll(int index, Collection<? extends T> newObjects)booleanequals(Object other)Tget(int index)inthashCode()intindexOf(Object object)List<Value>inner()intlastIndexOf(Object object)ListIterator<T>listIterator()ListIterator<T>listIterator(int index)Tremove(int index)Tset(int index, T newObject)List<T>subList(int fromIndex, int toIndex)<T2> ValueList<T2>valueClass(Class<T2> valueClass)<T2> ValueList<T2>valueForm(Form<T2> valueForm)- 
Methods inherited from class swim.structure.collections.ValueCollectionadd, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toString
 - 
Methods inherited from class swim.structure.collections.ValueIterableiterator, valueForm
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArray
 
- 
 
- 
- 
- 
Method Detail- 
innerpublic List<Value> inner() - Overrides:
- innerin class- ValueCollection<T>
 
 - 
valueFormpublic <T2> ValueList<T2> valueForm(Form<T2> valueForm) - Overrides:
- valueFormin class- ValueCollection<T>
 
 - 
valueClasspublic <T2> ValueList<T2> valueClass(Class<T2> valueClass) - Overrides:
- valueClassin class- ValueCollection<T>
 
 - 
lastIndexOfpublic int lastIndexOf(Object object) - Specified by:
- lastIndexOfin interface- List<T>
 
 - 
addAllpublic boolean addAll(int index, Collection<? extends T> newObjects)
 - 
listIteratorpublic ListIterator<T> listIterator(int index) - Specified by:
- listIteratorin interface- List<T>
 
 - 
listIteratorpublic ListIterator<T> listIterator() - Specified by:
- listIteratorin interface- List<T>
 
 - 
equalspublic boolean equals(Object other) 
 
- 
 
-