groovyx.gpars.extra166y
Class CustomConcurrentHashMap.StrongKeyWeakValueNode
java.lang.Object
groovyx.gpars.extra166y.CustomConcurrentHashMap.StrongKeyNode
groovyx.gpars.extra166y.CustomConcurrentHashMap.StrongKeyWeakValueNode
- All Implemented Interfaces:
- CustomConcurrentHashMap.Node, CustomConcurrentHashMap.Reclaimable
- Direct Known Subclasses:
- CustomConcurrentHashMap.LinkedStrongKeyWeakValueNode, CustomConcurrentHashMap.TerminalStrongKeyWeakValueNode
- Enclosing class:
- CustomConcurrentHashMap<K,V>
abstract static class CustomConcurrentHashMap.StrongKeyWeakValueNode
- extends CustomConcurrentHashMap.StrongKeyNode
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
valueRef
volatile CustomConcurrentHashMap.EmbeddedWeakReference valueRef
cchm
final CustomConcurrentHashMap cchm
CustomConcurrentHashMap.StrongKeyWeakValueNode
CustomConcurrentHashMap.StrongKeyWeakValueNode(int locator,
java.lang.Object key,
java.lang.Object value,
CustomConcurrentHashMap cchm)
onReclamation
public final void onReclamation()
getValue
public final java.lang.Object getValue()
setValue
public final void setValue(java.lang.Object value)