public class IgnoreCaseMap<V> extends Object implements Map<String,V>, Serializable, Cloneable
| Constructor and Description |
|---|
IgnoreCaseMap() |
IgnoreCaseMap(int initialCapacity) |
IgnoreCaseMap(int initialCapacity,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
IgnoreCaseMap<V> |
clone() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
protected String |
convertKey(String key) |
Set<Map.Entry<String,V>> |
entrySet() |
boolean |
equals(Object obj) |
V |
get(Object key) |
Locale |
getLocale() |
V |
getOrDefault(Object key,
V defaultValue) |
int |
hashCode() |
boolean |
isEmpty() |
Set<String> |
keySet() |
V |
put(String key,
V value) |
void |
putAll(Map<? extends String,? extends V> map) |
V |
remove(Object key) |
protected boolean |
removeEldestEntry(Map.Entry<String,V> eldest) |
int |
size() |
String |
toString() |
Collection<V> |
values() |
finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, merge, putIfAbsent, remove, replace, replace, replaceAllpublic IgnoreCaseMap()
public IgnoreCaseMap(int initialCapacity)
public IgnoreCaseMap(int initialCapacity,
Locale locale)
public boolean containsKey(Object key)
containsKey in interface Map<String,V>public boolean containsValue(Object value)
containsValue in interface Map<String,V>public V getOrDefault(Object key, V defaultValue)
getOrDefault in interface Map<String,V>public IgnoreCaseMap<V> clone()
public boolean equals(Object obj)
public int hashCode()
public Locale getLocale()
Copyright © 2025. All rights reserved.