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, values
equals, hashCode, toString
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.