public class T212Map<K,V> extends Object implements Map<K,V>, Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
static <K,V> T212Map<K,V> |
create(Map<K,V> map)
已过时。
|
static <K,V> T212Map<K,V> |
create2005(Map<K,V> map)
已过时。
|
static <K,V> T212Map<K,V> |
create2017(Map<K,V> map)
已过时。
|
static T212CpDataLevelMap |
createCpDataLevel(Map<String,Object> map) |
static T212DataLevelMap |
createDataLevel(Map<String,String> map) |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object key) |
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() |
Collection<V> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll@Deprecated public static <K,V> T212Map<K,V> create(Map<K,V> map)
@Deprecated public static <K,V> T212Map<K,V> create2005(Map<K,V> map)
@Deprecated public static <K,V> T212Map<K,V> create2017(Map<K,V> map)
public static T212DataLevelMap createDataLevel(Map<String,String> map)
public static T212CpDataLevelMap createCpDataLevel(Map<String,Object> map)
public boolean containsKey(Object key)
containsKey 在接口中 Map<K,V>public boolean containsValue(Object value)
containsValue 在接口中 Map<K,V>Copyright © 2021. All rights reserved.