Uses of Class
org.jboss.util.collection.SoftValueRef
-
Packages that use SoftValueRef Package Description org.jboss.util.collection Extentions to the Java Collections framework. -
-
Uses of SoftValueRef in org.jboss.util.collection
Methods in org.jboss.util.collection that return SoftValueRef Modifier and Type Method Description (package private) static <K,V>
SoftValueRef<K,V>SoftValueRef. create(K key, V val, java.lang.ref.ReferenceQueue<V> q)
Safely create a new SoftValueRef
-