K - V - public class TypedMapWrapper<K,V> extends Object implements TypedMap<K,V>, Serializable, Cloneable
Map for with gets typed value trait| 构造器和说明 |
|---|
TypedMapWrapper(Map<K,V> otherMap) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
TypedMapWrapper<K,V> |
clone() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
TypedMapWrapper<K,V> |
copy() |
static <K,V> TypedMapWrapper<K,V> |
empty() |
Set<Map.Entry<K,V>> |
entrySet() |
boolean |
equals(Object obj) |
V |
get(Object key) |
int |
hashCode() |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> m) |
V |
remove(Object key) |
int |
size() |
String |
toString() |
Collection<V> |
values() |
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllget, getBoolean, getBoolean, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getRequired, getRequired, getRequiredBoolean, getRequiredDouble, getRequiredFloat, getRequiredInt, getRequiredLong, getRequiredString, getString, getString, hasKeypublic boolean containsKey(Object key)
containsKey 在接口中 Map<K,V>public boolean containsValue(Object value)
containsValue 在接口中 Map<K,V>public static <K,V> TypedMapWrapper<K,V> empty()
public TypedMapWrapper<K,V> clone()
public TypedMapWrapper<K,V> copy()
Copyright © 2023. All rights reserved.