Interface ObservableSortedMap<K,V>

All Superinterfaces:
Map<K,V>, Observable<Object>, ObservableMap<K,V>, SortedMap<K,V>
All Known Subinterfaces:
MapDownlink<K,V>, MapLane<K,V>, ObservableOrderedMap<K,V>
All Known Implementing Classes:
JoinMapLaneDownlink, MapDownlinkView, MapLaneView

public interface ObservableSortedMap<K,V> extends ObservableMap<K,V>, SortedMap<K,V>