T - public class CaseInsensitiveStringHashMap<T> extends HashMap<String,T>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
CaseInsensitiveStringHashMap()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
containsKey(Object key)  | 
T | 
get(Object key)  | 
T | 
put(String key,
   T value)  | 
void | 
putAll(Map<? extends String,? extends T> m)  | 
clear, clone, containsValue, entrySet, isEmpty, keySet, remove, size, valuesequals, hashCode, toStringCopyright © 2014–2016 Apache Software Foundation. All rights reserved.