Uses of Interface
org.jboss.logmanager.ConcurrentReferenceHashMap.KeyReference
-
Packages that use ConcurrentReferenceHashMap.KeyReference Package Description org.jboss.logmanager -
-
Uses of ConcurrentReferenceHashMap.KeyReference in org.jboss.logmanager
Classes in org.jboss.logmanager 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>
-