java.lang.Object
swim.db.STreeListView
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanbooleanaddAll(int index, Collection<? extends Value> newValues) booleanaddAll(Collection<? extends Value> newValues) voidclear()booleanbooleancontainsAll(Collection<?> values) get(int index) getTree()intbooleanisEmpty()booleanbooleaniterator()intlastIndexOf(Object object) listIterator(int index) load()remove(int index) booleanbooleanremoveAll(Collection<?> values) booleanretainAll(Collection<?> values) intsize()subList(int fromIndex, int toIndex) Object[]toArray()<T> T[]toArray(T[] array) <V> ValueList<V>valueClass(Class<V> valueClass) <V> ValueList<V>Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator
-
Field Details
-
tree
-
-
Constructor Details
-
STreeListView
-
-
Method Details
-
getTree
-
load
-
isResident
public boolean isResident() -
isTransient
public boolean isTransient() -
valueForm
-
valueClass
-
isEmpty
public boolean isEmpty() -
size
public int size() -
contains
-
containsAll
- Specified by:
containsAllin interfaceCollection<Value>- Specified by:
containsAllin interfaceList<Value>
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceList<Value>
-
get
-
set
-
add
-
addAll
-
add
-
addAll
-
remove
-
remove
-
removeAll
-
retainAll
-
clear
public void clear() -
toArray
-
toArray
public <T> T[] toArray(T[] array) -
iterator
-
listIterator
- Specified by:
listIteratorin interfaceList<Value>
-
listIterator
- Specified by:
listIteratorin interfaceList<Value>
-
subList
-