-
- All Superinterfaces:
Iterable<Map.Entry<K,V>>
,IterableMap<K,V>
,Map<K,V>
,Observable<Object>
,ObservableIterableMap<K,V>
,ObservableMap<K,V>
,ObservableSortedMap<K,V>
,OrderedMap<K,V>
,SortedMap<K,V>
- All Known Subinterfaces:
MapDownlink<K,V>
,MapLane<K,V>
- All Known Implementing Classes:
JoinMapLaneDownlink
,MapDownlinkView
,MapLaneView
public interface ObservableOrderedMap<K,V> extends ObservableIterableMap<K,V>, ObservableSortedMap<K,V>, OrderedMap<K,V>
-
-
Method Summary
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Methods inherited from interface swim.observable.ObservableMap
didClear, didRemove, didUpdate, willClear, willRemove, willUpdate
-
Methods inherited from interface swim.observable.ObservableSortedMap
didDrop, didTake, drop, observe, take, unobserve, willDrop, willTake
-
Methods inherited from interface swim.util.OrderedMap
clear, comparator, containsKey, containsValue, entrySet, firstEntry, firstKey, firstValue, get, getEntry, getIndex, headMap, indexOf, isEmpty, iterator, keyIterator, keySet, lastEntry, lastKey, lastValue, nextEntry, nextKey, nextValue, previousEntry, previousKey, previousValue, put, putAll, remove, size, subMap, tailMap, valueIterator, values
-
-