public class CaseTolerantHashMap<K,V> extends HashMap<K,V>
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
CaseTolerantHashMap() |
CaseTolerantHashMap(Map<? extends K,? extends V> m) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(Object key) |
V |
get(Object key) |
V |
remove(Object key) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString