public static class BeanPropertiesCache.SoftConcurrentHashMap extends ConcurrentHashMap<Class<?>,BeanPropertiesCache.BeanProperties>
ConcurrentHashMap.KeySetView<K,V>AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SoftConcurrentHashMap() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clear(ClassLoader classLoader) |
BeanPropertiesCache.BeanProperties |
get(Object key) |
BeanPropertiesCache.BeanProperties |
put(Class<?> key,
BeanPropertiesCache.BeanProperties value) |
BeanPropertiesCache.BeanProperties |
putIfAbsent(Class<?> key,
BeanPropertiesCache.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, valuescloneprotected void clear(ClassLoader classLoader)
public BeanPropertiesCache.BeanProperties put(Class<?> key, BeanPropertiesCache.BeanProperties value)
put in interface Map<Class<?>,BeanPropertiesCache.BeanProperties>put in class ConcurrentHashMap<Class<?>,BeanPropertiesCache.BeanProperties>public BeanPropertiesCache.BeanProperties putIfAbsent(Class<?> key, BeanPropertiesCache.BeanProperties value)
putIfAbsent in interface ConcurrentMap<Class<?>,BeanPropertiesCache.BeanProperties>putIfAbsent in interface Map<Class<?>,BeanPropertiesCache.BeanProperties>putIfAbsent in class ConcurrentHashMap<Class<?>,BeanPropertiesCache.BeanProperties>public BeanPropertiesCache.BeanProperties get(Object key)
get in interface Map<Class<?>,BeanPropertiesCache.BeanProperties>get in class ConcurrentHashMap<Class<?>,BeanPropertiesCache.BeanProperties>Copyright © 2017 JBoss by Red Hat. All rights reserved.