- All Superinterfaces:
Collection<V>,Iterable<V>,KeyedList<V>,Lane,List<V>,Log,Observable<Object>,ObservableList<V>,WarpLane
- All Known Implementing Classes:
ListLaneView
-
Method Summary
Modifier and TypeMethodDescriptiondidCommand(DidCommand didCommand) didMove(DidMoveIndex<V> didMove) didRemove(DidRemoveIndex<V> didRemove) didUpdate(DidUpdateIndex<V> didUpdate) voiddrop(int lower) booleanisResident(boolean isResident) booleanisTransient(boolean isTransient) snapshot()voidtake(int keep) <V2> ListLane<V2>valueClass(Class<V2> valueClass) <V2> ListLane<V2>willCommand(WillCommand willCommand) willMove(WillMoveIndex<V> willMove) willRemove(WillRemoveIndex willRemove) willUpdate(WillUpdateIndex<V> willUpdate) willUplink(WillUplink willUplink) Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface swim.util.KeyedList
add, add, entryIterator, get, getEntry, getEntry, keyIterator, move, move, remove, setMethods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayMethods inherited from interface swim.observable.ObservableList
move
-
Method Details
-
valueForm
-
valueForm
-
valueClass
-
isResident
boolean isResident() -
isResident
-
isTransient
boolean isTransient() -
isTransient
-
observe
- Specified by:
observein interfaceLane- Specified by:
observein interfaceObservable<V>- Specified by:
observein interfaceObservableList<V>- Specified by:
observein interfaceWarpLane
-
unobserve
- Specified by:
unobservein interfaceLane- Specified by:
unobservein interfaceObservable<V>- Specified by:
unobservein interfaceObservableList<V>- Specified by:
unobservein interfaceWarpLane
-
willUpdate
- Specified by:
willUpdatein interfaceObservableList<V>
-
didUpdate
- Specified by:
didUpdatein interfaceObservableList<V>
-
willMove
- Specified by:
willMovein interfaceObservableList<V>
-
didMove
- Specified by:
didMovein interfaceObservableList<V>
-
willRemove
- Specified by:
willRemovein interfaceObservableList<V>
-
didRemove
- Specified by:
didRemovein interfaceObservableList<V>
-
willDrop
- Specified by:
willDropin interfaceObservableList<V>
-
didDrop
- Specified by:
didDropin interfaceObservableList<V>
-
willTake
- Specified by:
willTakein interfaceObservableList<V>
-
didTake
- Specified by:
didTakein interfaceObservableList<V>
-
willClear
- Specified by:
willClearin interfaceObservableList<V>
-
didClear
- Specified by:
didClearin interfaceObservableList<V>
-
willCommand
- Specified by:
willCommandin interfaceWarpLane
-
didCommand
- Specified by:
didCommandin interfaceWarpLane
-
willUplink
- Specified by:
willUplinkin interfaceWarpLane
-
didUplink
-
willEnter
-
didEnter
-
willLeave
-
didLeave
-
drop
void drop(int lower) - Specified by:
dropin interfaceObservableList<V>
-
take
void take(int keep) - Specified by:
takein interfaceObservableList<V>
-
snapshot
-