V - public class CaseInsensitiveLinkedHashMap<V> extends LinkedHashMap<String,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CaseInsensitiveLinkedHashMap() |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<String,V>> |
entrySet() |
boolean |
equals(Object o) |
V |
get(Object key) |
Set<String> |
keySet() |
V |
put(String key,
V value) |
void |
putAll(Map<? extends String,? extends V> m) |
V |
remove(Object key) |
clear, containsValue, forEach, getOrDefault, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, putIfAbsent, remove, replace, replace, sizehashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, hashCode, isEmpty, merge, putIfAbsent, remove, replace, replace, sizeCopyright © 2015. All Rights Reserved.