Skip navigation links
oracle.stellent.ridc.common.util
Class CaseInsensitiveKeyHashMap<V>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,V>
oracle.stellent.ridc.common.util.CaseInsensitiveKeyHashMap<V>
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,V>
-
public class CaseInsensitiveKeyHashMap<V>
- extends HashMap<String,V>
- See Also:
- Serialized Form
CaseInsensitiveKeyHashMap
public CaseInsensitiveKeyHashMap()
put
public V put(String key,
V value)
-
- Specified by:
put
in interface Map<String,V>
- Overrides:
put
in class HashMap<String,V>
putAll
public void putAll(Map<? extends String,? extends V> m)
-
- Specified by:
putAll
in interface Map<String,V>
- Overrides:
putAll
in class HashMap<String,V>
get
public V get(Object key)
-
- Specified by:
get
in interface Map<String,V>
- Overrides:
get
in class HashMap<String,V>
containsKey
public boolean containsKey(Object key)
-
- Specified by:
containsKey
in interface Map<String,V>
- Overrides:
containsKey
in class HashMap<String,V>
remove
public V remove(Object key)
-
- Specified by:
remove
in interface Map<String,V>
- Overrides:
remove
in class HashMap<String,V>
convert
public String convert(String key)
Skip navigation links
Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.