groovyx.gpars.extra166y
Class CustomConcurrentHashMap.WeakKeyIntValueNode

java.lang.Object
  extended by java.lang.ref.Reference<T>
      extended by java.lang.ref.WeakReference
          extended by groovyx.gpars.extra166y.CustomConcurrentHashMap.WeakKeyNode
              extended by groovyx.gpars.extra166y.CustomConcurrentHashMap.WeakKeyIntValueNode
All Implemented Interfaces:
CustomConcurrentHashMap.Node, CustomConcurrentHashMap.Reclaimable
Direct Known Subclasses:
CustomConcurrentHashMap.LinkedWeakKeyIntValueNode, CustomConcurrentHashMap.TerminalWeakKeyIntValueNode
Enclosing class:
CustomConcurrentHashMap<K,V>

abstract static class CustomConcurrentHashMap.WeakKeyIntValueNode
extends CustomConcurrentHashMap.WeakKeyNode


Field Summary
(package private)  int value
           
 
Fields inherited from class groovyx.gpars.extra166y.CustomConcurrentHashMap.WeakKeyNode
cchm, locator
 
Constructor Summary
CustomConcurrentHashMap.WeakKeyIntValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)
           
 
Method Summary
 java.lang.Object getValue()
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class groovyx.gpars.extra166y.CustomConcurrentHashMap.WeakKeyNode
getLocator, onReclamation
 
Methods inherited from class java.lang.ref.Reference
clear, enqueue, get, isEnqueued
 
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
get, getLinkage, setLinkage
 

Field Detail

value

volatile int value
Constructor Detail

CustomConcurrentHashMap.WeakKeyIntValueNode

CustomConcurrentHashMap.WeakKeyIntValueNode(int locator,
                                            java.lang.Object key,
                                            java.lang.Object value,
                                            CustomConcurrentHashMap cchm)
Method Detail

getValue

public final java.lang.Object getValue()

setValue

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

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