com.liferay.faces.bridge.context.map
Class CaseInsensitiveHashMap<V>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,V>
com.liferay.faces.bridge.context.map.CaseInsensitiveHashMap<V>
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,V>
- Direct Known Subclasses:
- RequestHeaderMap, RequestHeaderValuesMapCompat
public class CaseInsensitiveHashMap<V>
- extends HashMap<String,V>
- Author:
- Neil Griffin
- See Also:
- Serialized Form
CaseInsensitiveHashMap
public CaseInsensitiveHashMap()
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey in interface Map<String,V>- Overrides:
containsKey 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>
put
public V put(String key,
V value)
- Specified by:
put in interface Map<String,V>- Overrides:
put in class HashMap<String,V>
getLowerCaseKey
protected String getLowerCaseKey(Object key)
Copyright © 2014 Liferay, Inc.. All Rights Reserved.