java.lang.Object
java.util.AbstractMap.SimpleEntry<K,V>
org.jhotdraw8.icollection.MutableMapEntry<K,V>
- Type Parameters:
K- the key typeV- the value type
- All Implemented Interfaces:
Serializable,Map.Entry<K,V>
A map entry that supports mutation of the map that contains the entry.
- See Also: