Class CaseInsensitiveMultivaluedMap<T>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,List<T>>
-
- org.exoplatform.services.test.mock.CaseInsensitiveMultivaluedMap<T>
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,List<T>>
public class CaseInsensitiveMultivaluedMap<T> extends HashMap<String,List<T>>
- Version:
- $Id: CaseInsensitiveMap.java 2822 2009-08-27 14:14:41Z andrew00x $
- 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 CaseInsensitiveMultivaluedMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsKey(Object key)List<T>get(Object key)TgetFirst(String key)List<T>put(String key, List<T> value)List<T>remove(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
-
-
-
-
Method Detail
-
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKeyin interfaceMap<String,List<T>>- Overrides:
containsKeyin classHashMap<String,List<T>>
-
-