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 classConcurrentReferenceHashMap.SoftKeyReference<K>A soft-key reference which stores the key hash needed for reclamation.(package private) static classConcurrentReferenceHashMap.SoftValueReference<V>(package private) static classConcurrentReferenceHashMap.WeakKeyReference<K>A weak-key reference which stores the key hash needed for reclamation.(package private) static classConcurrentReferenceHashMap.WeakValueReference<V>
-