T
- as value typepublic class CaseInsensitiveHashMap<T> extends HashMap<String,T>
HashMap
where the keys will all be the same
as as long as they contain the same alphabets in the same lexical order.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
CaseInsensitiveHashMap() |
CaseInsensitiveHashMap(int initialCapacity) |
CaseInsensitiveHashMap(int initialCapacity,
float loadFactor) |
CaseInsensitiveHashMap(Map<String,T> m) |
Modifier and Type | Method and Description |
---|---|
T |
get(Object key) |
T |
put(String key,
T value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
Copyright © 2018. All rights reserved.