- All Superinterfaces:
Iterable<SpatialMap.Entry<K,,S, V>> Observable<Object>,SpatialMap<K,S, V>
- All Known Subinterfaces:
SpatialLane<K,S, V>
- All Known Implementing Classes:
SpatialLaneView
-
Nested Class Summary
Nested classes/interfaces inherited from interface swim.spatial.SpatialMap
SpatialMap.Entry<K,S, V>, SpatialMap.SimpleEntry<K, S, V> -
Method Summary
Modifier and TypeMethodDescriptiondidMove(DidMoveShape<K, S, V> didMove) didRemove(DidRemoveShape<K, S, V> didRemove) didUpdate(DidUpdateShape<K, S, V> didUpdate) willMove(WillMoveShape<K, S, V> willMove) willRemove(WillRemoveShape<K, S> willRemove) willUpdate(WillUpdateShape<K, S, V> willUpdate) Methods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface swim.spatial.SpatialMap
clear, containsKey, containsKey, containsValue, get, get, isEmpty, iterator, keyIterator, move, put, remove, size, valueIterator
-
Method Details
-
observe
- Specified by:
observein interfaceObservable<K>
-
unobserve
- Specified by:
unobservein interfaceObservable<K>
-
willUpdate
-
didUpdate
-
willMove
-
didMove
-
willRemove
-
didRemove
-
willClear
-
didClear
-