public class CaseInsensitiveMap<V> extends HashMap<String,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CaseInsensitiveMap() |
CaseInsensitiveMap(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key) |
protected String |
convertKey(String key) |
V |
get(Object key) |
CaseInsensitiveMap<V> |
of(String key,
V value) |
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, valuesequals, hashCode, toStringpublic CaseInsensitiveMap()
public CaseInsensitiveMap(int capacity)
public CaseInsensitiveMap<V> of(String key, V value)
public boolean containsKey(Object key)
containsKey in interface Map<String,V>containsKey in class HashMap<String,V>Copyright © 2017. All rights reserved.