org.jboss.metadata.javaee.support
Class NonNullLinkedHashMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<K,V>
org.jboss.metadata.javaee.support.NonNullLinkedHashMap<K,V>
- Type Parameters:
K
- the key typeV
- the value type
- All Implemented Interfaces:
- Serializable, Cloneable, Map<K,V>
public class NonNullLinkedHashMap<K,V>
- extends LinkedHashMap<K,V>
- implements Serializable
NonNullLinkedhashMap
- Version:
- $Revision: 1.1 $
- Author:
- Adrian Brock
- See Also:
- Serialized Form
NonNullLinkedHashMap
public NonNullLinkedHashMap()
- Create a new NonNullLinkedHashMap.
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>
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.