Class ExpressionBuilder.SoftConcurrentHashMap
java.lang.Object
java.util.AbstractMap<String,Node>
java.util.concurrent.ConcurrentHashMap<String,Node>
com.sun.el.lang.ExpressionBuilder.SoftConcurrentHashMap
- All Implemented Interfaces:
Serializable, ConcurrentMap<String,Node>, Map<String, Node>
- Enclosing class:
ExpressionBuilder
- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: kchung $
-
Nested Class Summary
Nested classes/interfaces inherited from class ConcurrentHashMap
ConcurrentHashMap.KeySetView<K,V> Nested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ConcurrentHashMap
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, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, toString, valuesMethods inherited from class AbstractMap
clone
-
Field Details
-
CACHE_INIT_SIZE
private static final int CACHE_INIT_SIZE- See Also:
-
map
-
refQ
-
-
Constructor Details
-
SoftConcurrentHashMap
private SoftConcurrentHashMap()
-
-
Method Details
-
cleanup
private void cleanup() -
put
-
putIfAbsent
- Specified by:
putIfAbsentin interfaceConcurrentMap<String,Node> - Specified by:
putIfAbsentin interfaceMap<String,Node> - Overrides:
putIfAbsentin classConcurrentHashMap<String,Node>
-
get
-