Uses of Interface
org.jboss.util.collection.ConcurrentReferenceHashMap.KeyReference
-
Packages that use ConcurrentReferenceHashMap.KeyReference Package Description org.jboss.util.collection Extentions to the Java Collections framework. -
-
Uses of ConcurrentReferenceHashMap.KeyReference in org.jboss.util.collection
Classes in org.jboss.util.collection that implement ConcurrentReferenceHashMap.KeyReference Modifier and Type Class 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>
-