| 构造器和说明 |
|---|
LowerCaseLinkHashMap() |
LowerCaseLinkHashMap(Integer initialCapacity,
float loadFactor) |
LowerCaseLinkHashMap(Map<String,V> map) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
protected LowerCaseLinkHashMap<V> |
clone() |
V |
compute(String key,
BiFunction<? super String,? super V,? extends V> remappingFunction) |
V |
computeIfAbsent(String key,
Function<? super String,? extends V> mappingFunction) |
V |
computeIfPresent(String key,
BiFunction<? super String,? super V,? extends V> remappingFunction) |
boolean |
containsKey(Object o) |
boolean |
containsValue(Object o) |
Set<Map.Entry<String,V>> |
entrySet() |
boolean |
equals(Object o) |
V |
get(Object o) |
V |
getOrDefault(Object key,
V defaultValue) |
int |
hashCode() |
boolean |
isEmpty() |
Set<String> |
keySet() |
V |
merge(String key,
V value,
BiFunction<? super V,? super V,? extends V> remappingFunction) |
V |
put(String s,
V v) |
void |
putAll(Map<? extends String,? extends V> map) |
V |
putIfAbsent(String key,
V value) |
V |
remove(Object o) |
boolean |
remove(Object key,
Object value) |
V |
replace(String key,
V value) |
boolean |
replace(String key,
V oldValue,
V newValue) |
void |
replaceAll(BiFunction<? super String,? super V,? extends V> function) |
int |
size() |
Collection<V> |
values() |
public LowerCaseLinkHashMap()
public LowerCaseLinkHashMap(Integer initialCapacity, float loadFactor)
public boolean containsKey(Object o)
containsKey 在接口中 Map<String,V>public boolean containsValue(Object o)
containsValue 在接口中 Map<String,V>public void replaceAll(BiFunction<? super String,? super V,? extends V> function)
replaceAll 在接口中 Map<String,V>public V computeIfAbsent(String key, Function<? super String,? extends V> mappingFunction)
computeIfAbsent 在接口中 Map<String,V>public V computeIfPresent(String key, BiFunction<? super String,? super V,? extends V> remappingFunction)
computeIfPresent 在接口中 Map<String,V>public V compute(String key, BiFunction<? super String,? super V,? extends V> remappingFunction)
public V merge(String key, V value, BiFunction<? super V,? super V,? extends V> remappingFunction)
protected LowerCaseLinkHashMap<V> clone() throws CloneNotSupportedException
clone 在类中 ObjectCloneNotSupportedExceptionCopyright © 2022 Seata. All rights reserved.