K
- key typeV
- value typepublic interface ConcurrentMap<K,V> extends Map<K,V>
Modifier and Type | Method and Description |
---|---|
V |
putIfAbsent(K key,
V value) |
boolean |
remove(Object key,
Object value) |
V |
replace(K key,
V value) |
boolean |
replace(K key,
V oldValue,
V newValue) |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, remove, replaceAll, size, values
Copyright © 2018. All rights reserved.