Class CaseInsensitiveMultivaluedMap<T>
java.lang.Object
java.util.AbstractMap<String,List<T>>
java.util.HashMap<String,List<T>>
org.exoplatform.services.test.mock.CaseInsensitiveMultivaluedMap<T>
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,List<T>>
- Version:
- $Id: CaseInsensitiveMap.java 2822 2009-08-27 14:14:41Z andrew00x $
- Author:
- Andrey Parfonov
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, newHashMap, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
CaseInsensitiveMultivaluedMap
public CaseInsensitiveMultivaluedMap()
-
-
Method Details
-
containsKey
- Specified by:
containsKeyin interfaceMap<String,List<T>> - Overrides:
containsKeyin classHashMap<String,List<T>>
-
get
-
put
-
remove
-
getFirst
-