org.apache.aries.web.converter.impl
Class CaseInsensitiveMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,String>
org.apache.aries.web.converter.impl.CaseInsensitiveMap
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,String>
public class CaseInsensitiveMap
- extends HashMap<String,String>
Simple key case-insensitive map where only selected set of keys are
treated in case-insensitive way.
- See Also:
- Serialized Form
CaseInsensitiveMap
public CaseInsensitiveMap()
CaseInsensitiveMap
public CaseInsensitiveMap(Map<String,String> source)
CaseInsensitiveMap
public CaseInsensitiveMap(Properties source)
put
public String put(String name,
String value)
- Specified by:
put
in interface Map<String,String>
- Overrides:
put
in class HashMap<String,String>
get
public String get(Object name)
- Specified by:
get
in interface Map<String,String>
- Overrides:
get
in class HashMap<String,String>
containsKey
public boolean containsKey(Object name)
- Specified by:
containsKey
in interface Map<String,String>
- Overrides:
containsKey
in class HashMap<String,String>
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.