- All Superinterfaces:
Iterable<swim.spatial.SpatialMap.Entry<K,,S, V>> swim.spatial.SpatialMap<K,S, V>
public interface SpatialData<K,S,V>
extends swim.spatial.SpatialMap<K,S,V>
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()booleanSpatialData<K,S, V> isResident(boolean isResident) booleanSpatialData<K,S, V> isTransient(boolean isTransient) <K2> SpatialData<K2,S, V> swim.structure.Form<K>keyForm()<K2> SpatialData<K2,S, V> keyForm(swim.structure.Form<K2> keyForm) swim.structure.Valuename()swim.math.Z2Form<S>snapshot()<V2> SpatialData<K,S, V2> valueClass(Class<V2> valueClass) swim.structure.Form<V><V2> SpatialData<K,S, V2> valueForm(swim.structure.Form<V2> valueForm) 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
swim.structure.Value name() -
keyForm
swim.structure.Form<K> keyForm() -
keyForm
-
keyClass
-
shapeForm
swim.math.Z2Form<S> shapeForm() -
valueForm
swim.structure.Form<V> valueForm() -
valueForm
-
valueClass
-
isResident
boolean isResident() -
isResident
-
isTransient
boolean isTransient() -
isTransient
-
snapshot
-
close
void close()
-