public abstract class UnmodifiableMap<K,V> extends HashMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
UnmodifiableMap() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> m) |
V |
remove(Object key) |
clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, size, values
equals, hashCode, toString
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.