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 |
|---|
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
EmbeddedWeakReference(java.lang.Object x,
CustomConcurrentHashMap.Reclaimable outer)
public final void onReclamation()
CustomConcurrentHashMap.ReclaimableonReclamation in interface CustomConcurrentHashMap.Reclaimable