Uses of Class
javassist.scopedpool.SoftValueHashMap.SoftValueRef
-
Packages that use SoftValueHashMap.SoftValueRef Package Description javassist.scopedpool A custom class pool for several JBoss products. -
-
Uses of SoftValueHashMap.SoftValueRef in javassist.scopedpool
Fields in javassist.scopedpool with type parameters of type SoftValueHashMap.SoftValueRef Modifier and Type Field Description private java.util.Map<K,SoftValueHashMap.SoftValueRef<K,V>>
SoftValueHashMap. hash
Methods in javassist.scopedpool that return SoftValueHashMap.SoftValueRef Modifier and Type Method Description private static <K,V>
SoftValueHashMap.SoftValueRef<K,V>SoftValueHashMap.SoftValueRef. create(K key, V val, java.lang.ref.ReferenceQueue<V> q)
Methods in javassist.scopedpool with parameters of type SoftValueHashMap.SoftValueRef Modifier and Type Method Description private V
SoftValueHashMap. valueOrNull(SoftValueHashMap.SoftValueRef<K,V> rtn)
-