public class CaseInsensitiveMap<T> extends HashMap<String,T>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CaseInsensitiveMap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String key) |
T |
get(String key) |
T |
put(String key,
T value) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, putAll, remove, size, valuesequals, hashCode, toStringCopyright © 2015. All rights reserved.