public class CaseInsensitiveStringMap<T> extends HashMap<String,T>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
CaseInsensitiveStringMap() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(Object key)
Case insensitive test for a key in the map.
|
T |
get(Object key) |
T |
put(String key,
T value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString