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