groovyx.gpars.extra166y
Interface CustomConcurrentHashMap.Reclaimable

All Known Subinterfaces:
CustomConcurrentHashMap.Node
All Known Implementing Classes:
CustomConcurrentHashMap.EmbeddedSoftReference, CustomConcurrentHashMap.EmbeddedWeakReference, CustomConcurrentHashMap.IntKeyIntValueNode, CustomConcurrentHashMap.IntKeyNode, CustomConcurrentHashMap.IntKeySelfValueNode, CustomConcurrentHashMap.IntKeySoftValueNode, CustomConcurrentHashMap.IntKeyStrongValueNode, CustomConcurrentHashMap.IntKeyWeakValueNode, CustomConcurrentHashMap.LinkedIntKeyIntValueNode, CustomConcurrentHashMap.LinkedIntKeySelfValueNode, CustomConcurrentHashMap.LinkedIntKeySoftValueNode, CustomConcurrentHashMap.LinkedIntKeyStrongValueNode, CustomConcurrentHashMap.LinkedIntKeyWeakValueNode, CustomConcurrentHashMap.LinkedSoftKeyIntValueNode, CustomConcurrentHashMap.LinkedSoftKeySelfValueNode, CustomConcurrentHashMap.LinkedSoftKeySoftValueNode, CustomConcurrentHashMap.LinkedSoftKeyStrongValueNode, CustomConcurrentHashMap.LinkedSoftKeyWeakValueNode, CustomConcurrentHashMap.LinkedStrongKeyIntValueNode, CustomConcurrentHashMap.LinkedStrongKeySelfValueNode, CustomConcurrentHashMap.LinkedStrongKeySoftValueNode, CustomConcurrentHashMap.LinkedStrongKeyStrongValueNode, CustomConcurrentHashMap.LinkedStrongKeyWeakValueNode, CustomConcurrentHashMap.LinkedWeakKeyIntValueNode, CustomConcurrentHashMap.LinkedWeakKeySelfValueNode, CustomConcurrentHashMap.LinkedWeakKeySoftValueNode, CustomConcurrentHashMap.LinkedWeakKeyStrongValueNode, CustomConcurrentHashMap.LinkedWeakKeyWeakValueNode, CustomConcurrentHashMap.SoftKeyIntValueNode, CustomConcurrentHashMap.SoftKeyNode, CustomConcurrentHashMap.SoftKeySelfValueNode, CustomConcurrentHashMap.SoftKeySoftValueNode, CustomConcurrentHashMap.SoftKeyStrongValueNode, CustomConcurrentHashMap.SoftKeyWeakValueNode, CustomConcurrentHashMap.StrongKeyIntValueNode, CustomConcurrentHashMap.StrongKeyNode, CustomConcurrentHashMap.StrongKeySelfValueNode, CustomConcurrentHashMap.StrongKeySoftValueNode, CustomConcurrentHashMap.StrongKeyStrongValueNode, CustomConcurrentHashMap.StrongKeyWeakValueNode, CustomConcurrentHashMap.TerminalIntKeyIntValueNode, CustomConcurrentHashMap.TerminalIntKeySelfValueNode, CustomConcurrentHashMap.TerminalIntKeySoftValueNode, CustomConcurrentHashMap.TerminalIntKeyStrongValueNode, CustomConcurrentHashMap.TerminalIntKeyWeakValueNode, CustomConcurrentHashMap.TerminalSoftKeyIntValueNode, CustomConcurrentHashMap.TerminalSoftKeySelfValueNode, CustomConcurrentHashMap.TerminalSoftKeySoftValueNode, CustomConcurrentHashMap.TerminalSoftKeyStrongValueNode, CustomConcurrentHashMap.TerminalSoftKeyWeakValueNode, CustomConcurrentHashMap.TerminalStrongKeyIntValueNode, CustomConcurrentHashMap.TerminalStrongKeySelfValueNode, CustomConcurrentHashMap.TerminalStrongKeySoftValueNode, CustomConcurrentHashMap.TerminalStrongKeyStrongValueNode, CustomConcurrentHashMap.TerminalStrongKeyWeakValueNode, CustomConcurrentHashMap.TerminalWeakKeyIntValueNode, CustomConcurrentHashMap.TerminalWeakKeySelfValueNode, CustomConcurrentHashMap.TerminalWeakKeySoftValueNode, CustomConcurrentHashMap.TerminalWeakKeyStrongValueNode, CustomConcurrentHashMap.TerminalWeakKeyWeakValueNode, CustomConcurrentHashMap.WeakKeyIntValueNode, CustomConcurrentHashMap.WeakKeyNode, CustomConcurrentHashMap.WeakKeySelfValueNode, CustomConcurrentHashMap.WeakKeySoftValueNode, CustomConcurrentHashMap.WeakKeyStrongValueNode, CustomConcurrentHashMap.WeakKeyWeakValueNode
Enclosing class:
CustomConcurrentHashMap<K,V>

static interface CustomConcurrentHashMap.Reclaimable

An object that may be subject to cleanup operations when removed from a ReferenceQueue


Method Summary
 void onReclamation()
          The action taken upon removal of this object from a ReferenceQueue.
 

Method Detail

onReclamation

void onReclamation()
The action taken upon removal of this object from a ReferenceQueue.


Copyright © 2008–2012 Václav Pech. All Rights Reserved.