static class CustomConcurrentHashMap.EmbeddedSoftReference extends java.lang.ref.SoftReference implements CustomConcurrentHashMap.Reclaimable
Modifier and Type | Field and Description |
---|---|
(package private) CustomConcurrentHashMap.Reclaimable |
outer |
Constructor and Description |
---|
CustomConcurrentHashMap.EmbeddedSoftReference(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.EmbeddedSoftReference(java.lang.Object x, CustomConcurrentHashMap.Reclaimable outer)
public final void onReclamation()
CustomConcurrentHashMap.Reclaimable
onReclamation
in interface CustomConcurrentHashMap.Reclaimable