public class CaseInsensitiveHashMap<k,v> extends java.util.HashMap<k,v>
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
java.util.Map.Entry<K,V>
CaseInsensitiveHashMap()
v
get(java.lang.Object key)
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
equals, hashCode
public CaseInsensitiveHashMap()
public v get(java.lang.Object key)
get
java.util.Map<k,v>
java.util.HashMap<k,v>