Class BeanELResolver.SoftConcurrentHashMap
java.lang.Object
java.util.AbstractMap<Class<?>, BeanELResolver.BeanProperties>
java.util.concurrent.ConcurrentHashMap<Class<?>, BeanELResolver.BeanProperties>
javax.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>
- Since:
- Jakarta Server Pages 2.1
-
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
FieldsModifier and TypeFieldDescriptionprivate static final intprivate ConcurrentHashMap<Class<?>, BeanELResolver.BPSoftReference> private static final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidcleanup()put(Class<?> key, BeanELResolver.BeanProperties value) putIfAbsent(Class<?> key, BeanELResolver.BeanProperties value) 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
-
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:
putin interfaceMap<Class<?>, BeanELResolver.BeanProperties>- Overrides:
putin classConcurrentHashMap<Class<?>, BeanELResolver.BeanProperties>
-
putIfAbsent
- Specified by:
putIfAbsentin interfaceConcurrentMap<Class<?>, BeanELResolver.BeanProperties>- Specified by:
putIfAbsentin interfaceMap<Class<?>, BeanELResolver.BeanProperties>- Overrides:
putIfAbsentin classConcurrentHashMap<Class<?>, BeanELResolver.BeanProperties>
-
get
- Specified by:
getin interfaceMap<Class<?>, BeanELResolver.BeanProperties>- Overrides:
getin classConcurrentHashMap<Class<?>, BeanELResolver.BeanProperties>
-