| Package | Description |
|---|---|
| org.jboss.util.collection |
Extentions to the Java Collections framework.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
ConcurrentReferenceHashMap.SoftKeyReference<K>
A soft-key reference which stores the key hash needed for reclamation.
|
(package private) static class |
ConcurrentReferenceHashMap.SoftValueReference<V> |
(package private) static class |
ConcurrentReferenceHashMap.WeakKeyReference<K>
A weak-key reference which stores the key hash needed for reclamation.
|
(package private) static class |
ConcurrentReferenceHashMap.WeakValueReference<V> |