public class NamedValuesHashMap<V>
extends java.util.HashMap<java.lang.String,V>
HashMap with String keys that are case-insensitive.| Constructor and Description |
|---|
NamedValuesHashMap() |
| Modifier and Type | Method and Description |
|---|---|
V |
get(java.lang.Object key) |
V |
put(java.lang.String key,
V value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesCopyright © 2003-present Jodd Team