Package org.glassfish.expressly.lang
Class ExpressionBuilder.SoftConcurrentHashMap
java.lang.Object
java.util.AbstractMap<String,Node>
java.util.concurrent.ConcurrentHashMap<String,Node>
org.glassfish.expressly.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
FieldsModifier and TypeFieldDescriptionprivate static final intprivate ReferenceQueue<Node> private static final long -
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, valuesMethods inherited from class java.util.AbstractMap
clone
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
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
-