public class CaseInsensitiveLinkedMap<V> extends LinkedHashMap<String,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CaseInsensitiveLinkedMap() |
CaseInsensitiveLinkedMap(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key) |
protected String |
convertKey(String key) |
V |
get(Object key) |
CaseInsensitiveLinkedMap<V> |
of(String key,
V value) |
V |
put(String key,
V value) |
void |
putAll(Map<? extends String,? extends V> m) |
V |
remove(Object key) |
clear, containsValue, entrySet, forEach, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, isEmpty, merge, putIfAbsent, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, hashCode, isEmpty, merge, putIfAbsent, remove, replace, replace, sizepublic CaseInsensitiveLinkedMap()
public CaseInsensitiveLinkedMap(int capacity)
public CaseInsensitiveLinkedMap<V> of(String key, V value)
public boolean containsKey(Object key)
containsKey in interface Map<String,V>containsKey in class HashMap<String,V>Copyright © 2017. All rights reserved.