public class TinyConcurrentHashMap extends ConcurrentHashMap<Object,Object>
ConcurrentHashMap.KeySetView<K,V>AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
TinyConcurrentHashMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
get(Object key) |
Object |
put(Object key,
Object value) |
Object |
putIfAbsent(Object key,
Object value) |
Object |
remove(Object key) |
clear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, getOrDefault, hashCode, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, putAll, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, toString, valuesclonepublic Object putIfAbsent(Object key, Object value)
putIfAbsent 在接口中 ConcurrentMap<Object,Object>putIfAbsent 在接口中 Map<Object,Object>putIfAbsent 在类中 ConcurrentHashMap<Object,Object>Copyright © 2006–2018 TinyGroup. All rights reserved.