@Concealed public class CaseInsensitiveKeyHashMap<V> extends HashMap<String,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
CaseInsensitiveKeyHashMap() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(Object key) |
String |
convert(String key) |
V |
get(Object key) |
V |
put(String key,
V value) |
void |
putAll(Map<? extends String,? extends V> m) |
V |
remove(Object key) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public boolean containsKey(Object key)
containsKey
in interface Map<String,V>
containsKey
in class HashMap<String,V>