Interface ObservableSpatialMap<K,S,V>

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

public interface ObservableSpatialMap<K,S,V> extends Observable<Object>, SpatialMap<K,S,V>