-
- 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>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()booleanisResident()SpatialData<K,S,V>isResident(boolean isResident)booleanisTransient()SpatialData<K,S,V>isTransient(boolean isTransient)<K2> SpatialData<K2,S,V>keyClass(Class<K2> keyClass)swim.structure.Form<K>keyForm()<K2> SpatialData<K2,S,V>keyForm(swim.structure.Form<K2> keyForm)swim.structure.Valuename()swim.math.Z2Form<S>shapeForm()swim.spatial.SpatialMap<K,S,V>snapshot()<V2> SpatialData<K,S,V2>valueClass(Class<V2> valueClass)swim.structure.Form<V>valueForm()<V2> SpatialData<K,S,V2>valueForm(swim.structure.Form<V2> valueForm)-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
name
swim.structure.Value name()
-
keyForm
swim.structure.Form<K> keyForm()
-
keyForm
<K2> SpatialData<K2,S,V> keyForm(swim.structure.Form<K2> keyForm)
-
keyClass
<K2> SpatialData<K2,S,V> keyClass(Class<K2> keyClass)
-
shapeForm
swim.math.Z2Form<S> shapeForm()
-
valueForm
swim.structure.Form<V> valueForm()
-
valueForm
<V2> SpatialData<K,S,V2> valueForm(swim.structure.Form<V2> valueForm)
-
valueClass
<V2> SpatialData<K,S,V2> valueClass(Class<V2> valueClass)
-
isResident
boolean isResident()
-
isResident
SpatialData<K,S,V> isResident(boolean isResident)
-
isTransient
boolean isTransient()
-
isTransient
SpatialData<K,S,V> isTransient(boolean isTransient)
-
close
void close()
-
-