Class UnmodifiableMutableMap<K,V>

java.lang.Object
org.eclipse.collections.impl.UnmodifiableMap<K,V>
org.eclipse.collections.impl.map.mutable.UnmodifiableMutableMap<K,V>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<V>, Map<K,V>, InternalIterable<V>, MapIterable<K,V>, MutableMap<K,V>, MutableMapIterable<K,V>, UnsortedMapIterable<K,V>, RichIterable<V>

public class UnmodifiableMutableMap<K,V> extends UnmodifiableMap<K,V> implements MutableMap<K,V>
An unmodifiable view of a map.
See Also: