Package com.sun.el.lang
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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.concurrent.ConcurrentHashMap
ConcurrentHashMap.KeySetView<K,
V> Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.concurrent.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, values
Methods inherited from class java.util.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:
putIfAbsent
in interfaceConcurrentMap<String,
Node> - Specified by:
putIfAbsent
in interfaceMap<String,
Node> - Overrides:
putIfAbsent
in classConcurrentHashMap<String,
Node>
-
get
-