V - the value typepublic class CaseInsensitiveMap<V>
extends java.util.HashMap<java.lang.String,V>
| Constructor and Description |
|---|
CaseInsensitiveMap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(java.lang.Object key) |
V |
get(java.lang.Object key) |
V |
put(java.lang.String key,
V value) |
V |
remove(java.lang.Object key) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, values