static class CustomConcurrentHashMap.EmbeddedWeakReference extends java.lang.ref.WeakReference implements CustomConcurrentHashMap.Reclaimable
Modifier and Type | Field and Description |
---|---|
(package private) CustomConcurrentHashMap.Reclaimable |
outer |
Constructor and Description |
---|
CustomConcurrentHashMap.EmbeddedWeakReference(java.lang.Object x,
CustomConcurrentHashMap.Reclaimable outer) |
Modifier and Type | Method and Description |
---|---|
void |
onReclamation()
The action taken upon removal of this object
from a ReferenceQueue.
|
final CustomConcurrentHashMap.Reclaimable outer
CustomConcurrentHashMap.EmbeddedWeakReference(java.lang.Object x, CustomConcurrentHashMap.Reclaimable outer)
public final void onReclamation()
CustomConcurrentHashMap.Reclaimable
onReclamation
in interface CustomConcurrentHashMap.Reclaimable