Package jakarta.el
Class BeanELResolver.SoftConcurrentHashMap
java.lang.Object
java.util.AbstractMap<Class<?>,BeanELResolver.BeanProperties>
java.util.concurrent.ConcurrentHashMap<Class<?>,BeanELResolver.BeanProperties>
jakarta.el.BeanELResolver.SoftConcurrentHashMap
- All Implemented Interfaces:
Serializable
,ConcurrentMap<Class<?>,
,BeanELResolver.BeanProperties> Map<Class<?>,
BeanELResolver.BeanProperties>
- Enclosing class:
BeanELResolver
private static class BeanELResolver.SoftConcurrentHashMap
extends ConcurrentHashMap<Class<?>,BeanELResolver.BeanProperties>
-
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 int
private ConcurrentHashMap
<Class<?>, BeanELResolver.BPSoftReference> private static final long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
cleanup()
put
(Class<?> key, BeanELResolver.BeanProperties value) putIfAbsent
(Class<?> key, BeanELResolver.BeanProperties value) 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
-
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
- Specified by:
put
in interfaceMap<Class<?>,
BeanELResolver.BeanProperties> - Overrides:
put
in classConcurrentHashMap<Class<?>,
BeanELResolver.BeanProperties>
-
putIfAbsent
- Specified by:
putIfAbsent
in interfaceConcurrentMap<Class<?>,
BeanELResolver.BeanProperties> - Specified by:
putIfAbsent
in interfaceMap<Class<?>,
BeanELResolver.BeanProperties> - Overrides:
putIfAbsent
in classConcurrentHashMap<Class<?>,
BeanELResolver.BeanProperties>
-
get
- Specified by:
get
in interfaceMap<Class<?>,
BeanELResolver.BeanProperties> - Overrides:
get
in classConcurrentHashMap<Class<?>,
BeanELResolver.BeanProperties>
-