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