org.jboss.aop.util
Class UnmodifiableLinkedHashMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<K,V>
org.jboss.aop.util.UnmodifiableLinkedHashMap<K,V>
- All Implemented Interfaces:
- Serializable, Cloneable, Map<K,V>
public class UnmodifiableLinkedHashMap<K,V>
- extends LinkedHashMap<K,V>
- Version:
- $Revision: 1.1 $
- Author:
- Kabir Khan
- See Also:
- Serialized Form
UnmodifiableLinkedHashMap
public UnmodifiableLinkedHashMap(LinkedHashMap<K,V> map)
clear
public void clear()
- Specified by:
clear
in interface Map<K,V>
- Overrides:
clear
in class LinkedHashMap<K,V>
put
public V put(K key,
V value)
- Specified by:
put
in interface Map<K,V>
- Overrides:
put
in class HashMap<K,V>
putAll
public void putAll(Map<? extends K,? extends V> m)
- Specified by:
putAll
in interface Map<K,V>
- Overrides:
putAll
in class HashMap<K,V>
remove
public V remove(Object key)
- Specified by:
remove
in interface Map<K,V>
- Overrides:
remove
in class HashMap<K,V>
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.