| 构造器和说明 |
|---|
LinkedCaseInsensitiveMap() |
LinkedCaseInsensitiveMap(int initialCapacity,
Locale locale) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
LinkedCaseInsensitiveMap<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() |
compute, computeIfAbsent, computeIfPresent, forEach, merge, putIfAbsent, remove, replace, replace, replaceAllpublic LinkedCaseInsensitiveMap()
public LinkedCaseInsensitiveMap(int initialCapacity,
Locale locale)
public boolean containsKey(Object key)
containsKey 在接口中 Map<String,V>public boolean containsValue(Object value)
containsValue 在接口中 Map<String,V>public LinkedCaseInsensitiveMap<V> clone()
public Locale getLocale()
Copyright © 2020. All rights reserved.