public class CaseInsensitiveMultivaluedMap<T> extends HashMap<String,List<T>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CaseInsensitiveMultivaluedMap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key) |
List<T> |
get(Object key) |
T |
getFirst(String key) |
List<T> |
put(String key,
List<T> value) |
List<T> |
remove(Object key) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic boolean containsKey(Object key)
containsKey in interface Map<String,List<T>>containsKey in class HashMap<String,List<T>>Copyright © 2018 eXo Platform SAS. All Rights Reserved.