public class UnmodifiableLinkedHashMap<K,V> extends LinkedHashMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
UnmodifiableLinkedHashMap(LinkedHashMap<K,V> map) |
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) |
containsValue, get, removeEldestEntry
clone, containsKey, entrySet, isEmpty, keySet, size, values
equals, hashCode, toString
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.