| Package | Description |
|---|---|
| org.jboss.util.collection |
Extentions to the Java Collections framework.
|
| Modifier and Type | Method and 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
|