Interface ChangeAwareMap<K,V>
- All Superinterfaces:
ChangeAwareContainer<V,,MapChange<K, V>, MapChangeListener<K, V>> EventSource<MapChange<K,,V>, MapChangeListener<K, V>> Map<K,V>
public interface ChangeAwareMap<K,V>
extends ChangeAwareContainer<V,MapChange<K,V>,MapChangeListener<K,V>>, Map<K,V>
ChangeAwareContainer that is a Map.- Since:
- 1.0.0
-
Nested Class Summary
-
Method Summary
Methods inherited from interface io.github.mmm.event.EventSource
addListener, addListener, addWeakListener, removeListenerMethods 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