Class CaseInsensetiveMap<T>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,T>
-
- org.exoplatform.services.test.mock.CaseInsensetiveMap<T>
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,T>
public class CaseInsensetiveMap<T> extends HashMap<String,T>
- Version:
- $Id: CaseInsensetiveMap.java 167 2009-09-10 13:14:45Z max_shaposhnik $
- Author:
- Andrey Parfonov
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description CaseInsensetiveMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsKey(Object key)Tget(Object key)Tput(String key, T value)Tremove(Object key)-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
-