groovyx.gpars.extra166y
Class CustomConcurrentHashMap.LinkedIntKeySoftValueNode

java.lang.Object
  extended by groovyx.gpars.extra166y.CustomConcurrentHashMap.IntKeyNode
      extended by groovyx.gpars.extra166y.CustomConcurrentHashMap.IntKeySoftValueNode
          extended by groovyx.gpars.extra166y.CustomConcurrentHashMap.LinkedIntKeySoftValueNode
All Implemented Interfaces:
CustomConcurrentHashMap.Node, CustomConcurrentHashMap.Reclaimable
Enclosing class:
CustomConcurrentHashMap<K,V>

static final class CustomConcurrentHashMap.LinkedIntKeySoftValueNode
extends CustomConcurrentHashMap.IntKeySoftValueNode


Field Summary
(package private)  CustomConcurrentHashMap.Node linkage
           
 
Fields inherited from class groovyx.gpars.extra166y.CustomConcurrentHashMap.IntKeySoftValueNode
cchm, valueRef
 
Fields inherited from class groovyx.gpars.extra166y.CustomConcurrentHashMap.IntKeyNode
key
 
Constructor Summary
CustomConcurrentHashMap.LinkedIntKeySoftValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
 
Method Summary
 CustomConcurrentHashMap.Node getLinkage()
           
 void setLinkage(CustomConcurrentHashMap.Node r)
           
 
Methods inherited from class groovyx.gpars.extra166y.CustomConcurrentHashMap.IntKeySoftValueNode
getValue, onReclamation, setValue
 
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
 

Field Detail

linkage

volatile CustomConcurrentHashMap.Node linkage
Constructor Detail

CustomConcurrentHashMap.LinkedIntKeySoftValueNode

CustomConcurrentHashMap.LinkedIntKeySoftValueNode(int locator,
                                                  java.lang.Object key,
                                                  java.lang.Object value,
                                                  CustomConcurrentHashMap cchm,
                                                  CustomConcurrentHashMap.Node linkage)
Method Detail

getLinkage

public final CustomConcurrentHashMap.Node getLinkage()

setLinkage

public final void setLinkage(CustomConcurrentHashMap.Node r)

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