Class CaseInsensetiveMap<T>
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,T>
- Version:
- $Id: CaseInsensetiveMap.java 167 2009-09-10 13:14:45Z max_shaposhnik $
- Author:
- Andrey Parfonov
- See Also:
-
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 -
Method Summary
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, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
CaseInsensetiveMap
public CaseInsensetiveMap()
-
-
Method Details
-
containsKey
- Specified by:
containsKeyin interfaceMap<String,T> - Overrides:
containsKeyin classHashMap<String,T>
-
get
-
put
-
remove
-