- All Superinterfaces:
Map<K,,V> Observable<Object>
- All Known Subinterfaces:
ObservableIterableMap<K,,V> ObservableOrderedMap<K,,V> ObservableSortedMap<K,V>
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiondidRemove(DidRemoveKey<K, V> didRemove) didUpdate(DidUpdateKey<K, V> didUpdate) willRemove(WillRemoveKey<K> willRemove) willUpdate(WillUpdateKey<K, V> willUpdate) Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Method Details
-
observe
- Specified by:
observein interfaceObservable<K>
-
unobserve
- Specified by:
unobservein interfaceObservable<K>
-
willUpdate
-
didUpdate
-
willRemove
-
didRemove
-
willClear
-
didClear
-