Uses of Interface
org.datanucleus.util.ConcurrentReferenceHashMap.KeyReference
-
Packages that use ConcurrentReferenceHashMap.KeyReference Package Description org.datanucleus.util Provides utility classes used in the implementation that don't fit in a particular functional part of the system. -
-
Uses of ConcurrentReferenceHashMap.KeyReference in org.datanucleus.util
Classes in org.datanucleus.util 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>
-