private static class BeanELResolver.SoftConcurrentHashMap extends java.util.concurrent.ConcurrentHashMap<java.lang.Class<?>,BeanELResolver.BeanProperties>
java.util.concurrent.ConcurrentHashMap.KeySetView<K,V>| Modifier and Type | Field and Description |
|---|---|
private static int |
CACHE_INIT_SIZE |
private java.util.concurrent.ConcurrentHashMap<java.lang.Class<?>,BeanELResolver.BPSoftReference> |
map |
private java.lang.ref.ReferenceQueue<BeanELResolver.BeanProperties> |
refQ |
| Modifier | Constructor and Description |
|---|---|
private |
SoftConcurrentHashMap() |
| Modifier and Type | Method and Description |
|---|---|
private void |
cleanup() |
BeanELResolver.BeanProperties |
get(java.lang.Object key) |
BeanELResolver.BeanProperties |
put(java.lang.Class<?> key,
BeanELResolver.BeanProperties value) |
BeanELResolver.BeanProperties |
putIfAbsent(java.lang.Class<?> key,
BeanELResolver.BeanProperties value) |
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, valuesprivate static final int CACHE_INIT_SIZE
private java.util.concurrent.ConcurrentHashMap<java.lang.Class<?>,BeanELResolver.BPSoftReference> map
private java.lang.ref.ReferenceQueue<BeanELResolver.BeanProperties> refQ
private void cleanup()
public BeanELResolver.BeanProperties put(java.lang.Class<?> key, BeanELResolver.BeanProperties value)
put in interface java.util.Map<java.lang.Class<?>,BeanELResolver.BeanProperties>put in class java.util.concurrent.ConcurrentHashMap<java.lang.Class<?>,BeanELResolver.BeanProperties>public BeanELResolver.BeanProperties putIfAbsent(java.lang.Class<?> key, BeanELResolver.BeanProperties value)
putIfAbsent in interface java.util.concurrent.ConcurrentMap<java.lang.Class<?>,BeanELResolver.BeanProperties>putIfAbsent in interface java.util.Map<java.lang.Class<?>,BeanELResolver.BeanProperties>putIfAbsent in class java.util.concurrent.ConcurrentHashMap<java.lang.Class<?>,BeanELResolver.BeanProperties>public BeanELResolver.BeanProperties get(java.lang.Object key)
get in interface java.util.Map<java.lang.Class<?>,BeanELResolver.BeanProperties>get in class java.util.concurrent.ConcurrentHashMap<java.lang.Class<?>,BeanELResolver.BeanProperties>