V - the value typepublic class CaseInsensitiveConcurrentMap<V>
extends java.util.concurrent.ConcurrentHashMap<java.lang.String,V>
| Constructor and Description |
|---|
CaseInsensitiveConcurrentMap() |
| 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, contains, containsValue, elements, entrySet, isEmpty, keys, keySet, putAll, putIfAbsent, remove, replace, replace, size, values