public class CaseInsensetiveMap<T> extends HashMap<String,T>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CaseInsensetiveMap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key) |
T |
get(Object key) |
T |
put(String key,
T value) |
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, toStringCopyright © 2016 eXo Platform SAS. All Rights Reserved.