Class MutableMapEntry<K,V>

java.lang.Object
java.util.AbstractMap.SimpleEntry<K,V>
org.jhotdraw8.icollection.MutableMapEntry<K,V>
Type Parameters:
K - the key type
V - the value type
All Implemented Interfaces:
Serializable, Map.Entry<K,V>

public class MutableMapEntry<K,V> extends AbstractMap.SimpleEntry<K,V>
A map entry that supports mutation of the map that contains the entry.
See Also: