public class CaseInsensitiveHashMap<k,v>
extends java.util.HashMap<k,v>
| Constructor and Description |
|---|
CaseInsensitiveHashMap() |
| Modifier and Type | Method and Description |
|---|---|
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