groovyx.gpars.extra166y
Class CustomConcurrentHashMap.TerminalIntKeyStrongValueNode

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

static final class CustomConcurrentHashMap.TerminalIntKeyStrongValueNode
extends CustomConcurrentHashMap.IntKeyStrongValueNode


Field Summary
 
Fields inherited from class groovyx.gpars.extra166y.CustomConcurrentHashMap.IntKeyStrongValueNode
value
 
Fields inherited from class groovyx.gpars.extra166y.CustomConcurrentHashMap.IntKeyNode
key
 
Constructor Summary
CustomConcurrentHashMap.TerminalIntKeyStrongValueNode(int locator, java.lang.Object key, java.lang.Object value)
           
 
Method Summary
 CustomConcurrentHashMap.Node getLinkage()
           
 void setLinkage(CustomConcurrentHashMap.Node r)
           
 
Methods inherited from class groovyx.gpars.extra166y.CustomConcurrentHashMap.IntKeyStrongValueNode
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
 

Constructor Detail

CustomConcurrentHashMap.TerminalIntKeyStrongValueNode

CustomConcurrentHashMap.TerminalIntKeyStrongValueNode(int locator,
                                                      java.lang.Object key,
                                                      java.lang.Object value)
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.