- 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>
-
Nested Class Summary
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllMethods inherited from interface swim.observable.ObservableMap
didClear, didRemove, didUpdate, willClear, willRemove, willUpdateMethods inherited from interface swim.observable.ObservableSortedMap
didDrop, didTake, drop, observe, take, unobserve, willDrop, willTakeMethods 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