- All Superinterfaces:
Iterable<SpatialMap.Entry<K,,S, V>> SpatialMap<K,S, V>
- All Known Subinterfaces:
SpatialDataBinding<S>
- All Known Implementing Classes:
SpatialDataModel,SpatialDataModel,SpatialDataProxy,SpatialDataView
-
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 TypeMethodDescriptionvoidclose()booleanSpatialData<K,S, V> isResident(boolean isResident) booleanSpatialData<K,S, V> isTransient(boolean isTransient) <K2> SpatialData<K2,S, V> keyForm()<K2> SpatialData<K2,S, V> name()SpatialMap<K,S, V> snapshot()<V2> SpatialData<K,S, V2> valueClass(Class<V2> valueClass) <V2> SpatialData<K,S, V2> 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
-
name
Value name() -
keyForm
-
keyForm
-
keyClass
-
shapeForm
-
valueForm
-
valueForm
-
valueClass
-
isResident
boolean isResident() -
isResident
-
isTransient
boolean isTransient() -
isTransient
-
snapshot
SpatialMap<K,S, snapshot()V> -
close
void close()
-