public class ConcurrentSafeMap<K,V> extends Object
| 构造器和说明 |
|---|
ConcurrentSafeMap() |
ConcurrentSafeMap(Map<K,V> map) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
V |
get(Object key) |
boolean |
isEmpty() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> m) |
V |
putIfAbsent(K key,
V value) |
V |
remove(Object key) |
int |
size() |
Collection<V> |
values() |
public void clear()
public int size()
public boolean isEmpty()
public boolean containsKey(Object key)
public boolean containsValue(Object value)
public Collection<V> values()
Copyright © 2021. All rights reserved.