Uses of Class
org.jboss.el.cache.BeanPropertiesCache.BeanProperties
-
Packages that use BeanPropertiesCache.BeanProperties Package Description org.jboss.el.cache -
-
Uses of BeanPropertiesCache.BeanProperties in org.jboss.el.cache
Fields in org.jboss.el.cache with type parameters of type BeanPropertiesCache.BeanProperties Modifier and Type Field Description private java.lang.ref.ReferenceQueue<BeanPropertiesCache.BeanProperties>
BeanPropertiesCache.SoftConcurrentHashMap. refQ
Methods in org.jboss.el.cache that return BeanPropertiesCache.BeanProperties Modifier and Type Method Description BeanPropertiesCache.BeanProperties
BeanPropertiesCache.SoftConcurrentHashMap. get(java.lang.Object key)
BeanPropertiesCache.BeanProperties
BeanPropertiesCache.SoftConcurrentHashMap. put(java.lang.Class<?> key, BeanPropertiesCache.BeanProperties value)
BeanPropertiesCache.BeanProperties
BeanPropertiesCache.SoftConcurrentHashMap. putIfAbsent(java.lang.Class<?> key, BeanPropertiesCache.BeanProperties value)
Methods in org.jboss.el.cache with parameters of type BeanPropertiesCache.BeanProperties Modifier and Type Method Description BeanPropertiesCache.BeanProperties
BeanPropertiesCache.SoftConcurrentHashMap. put(java.lang.Class<?> key, BeanPropertiesCache.BeanProperties value)
BeanPropertiesCache.BeanProperties
BeanPropertiesCache.SoftConcurrentHashMap. putIfAbsent(java.lang.Class<?> key, BeanPropertiesCache.BeanProperties value)
Constructors in org.jboss.el.cache with parameters of type BeanPropertiesCache.BeanProperties Constructor Description BPSoftReference(java.lang.Class<?> key, BeanPropertiesCache.BeanProperties beanProperties, java.lang.ref.ReferenceQueue<BeanPropertiesCache.BeanProperties> refQ)
Constructor parameters in org.jboss.el.cache with type arguments of type BeanPropertiesCache.BeanProperties Constructor Description BPSoftReference(java.lang.Class<?> key, BeanPropertiesCache.BeanProperties beanProperties, java.lang.ref.ReferenceQueue<BeanPropertiesCache.BeanProperties> refQ)
-