groovyx.gpars.extra166y
Class CustomConcurrentHashMap.IntKeySelfValueNode

java.lang.Object
  extended by groovyx.gpars.extra166y.CustomConcurrentHashMap.IntKeyNode
      extended by groovyx.gpars.extra166y.CustomConcurrentHashMap.IntKeySelfValueNode
All Implemented Interfaces:
CustomConcurrentHashMap.Node, CustomConcurrentHashMap.Reclaimable
Direct Known Subclasses:
CustomConcurrentHashMap.LinkedIntKeySelfValueNode, CustomConcurrentHashMap.TerminalIntKeySelfValueNode
Enclosing class:
CustomConcurrentHashMap<K,V>

abstract static class CustomConcurrentHashMap.IntKeySelfValueNode
extends CustomConcurrentHashMap.IntKeyNode


Field Summary
 
Fields inherited from class groovyx.gpars.extra166y.CustomConcurrentHashMap.IntKeyNode
key
 
Constructor Summary
CustomConcurrentHashMap.IntKeySelfValueNode(int locator, java.lang.Object key)
           
 
Method Summary
 java.lang.Object getValue()
           
 void onReclamation()
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class groovyx.gpars.extra166y.CustomConcurrentHashMap.IntKeyNode
get, getLocator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface groovyx.gpars.extra166y.CustomConcurrentHashMap.Node
getLinkage, setLinkage
 

Constructor Detail

CustomConcurrentHashMap.IntKeySelfValueNode

CustomConcurrentHashMap.IntKeySelfValueNode(int locator,
                                            java.lang.Object key)
Method Detail

getValue

public final java.lang.Object getValue()

setValue

public final void setValue(java.lang.Object value)

onReclamation

public final void onReclamation()

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