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
-
Field Summary
Fields inherited from class swim.structure.collections.ValueIterable
inner, valueForm -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanaddAll(int index, Collection<? extends T> newObjects) booleanget(int index) inthashCode()intinner()intlastIndexOf(Object object) listIterator(int index) remove(int index) subList(int fromIndex, int toIndex) <T2> ValueList<T2>valueClass(Class<T2> valueClass) <T2> ValueList<T2>Methods inherited from class swim.structure.collections.ValueCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toStringMethods inherited from class swim.structure.collections.ValueIterable
iterator, valueFormMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
ValueList
-
-
Method Details
-
inner
- Overrides:
innerin classValueCollection<T>
-
valueForm
- Overrides:
valueFormin classValueCollection<T>
-
valueClass
- Overrides:
valueClassin classValueCollection<T>
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceList<T>
-
get
-
set
-
add
-
addAll
-
remove
-
subList
-
listIterator
- Specified by:
listIteratorin interfaceList<T>
-
listIterator
- Specified by:
listIteratorin interfaceList<T>
-
equals
-
hashCode
public int hashCode()
-