groovyx.gpars.extra166y
Class CustomConcurrentHashMap.TerminalSoftKeyWeakValueNode

java.lang.Object
  extended by java.lang.ref.Reference<T>
      extended by java.lang.ref.SoftReference
          extended by groovyx.gpars.extra166y.CustomConcurrentHashMap.SoftKeyNode
              extended by groovyx.gpars.extra166y.CustomConcurrentHashMap.SoftKeyWeakValueNode
                  extended by groovyx.gpars.extra166y.CustomConcurrentHashMap.TerminalSoftKeyWeakValueNode
All Implemented Interfaces:
CustomConcurrentHashMap.Node, CustomConcurrentHashMap.Reclaimable
Enclosing class:
CustomConcurrentHashMap<K,V>

static final class CustomConcurrentHashMap.TerminalSoftKeyWeakValueNode
extends CustomConcurrentHashMap.SoftKeyWeakValueNode


Field Summary
 
Fields inherited from class groovyx.gpars.extra166y.CustomConcurrentHashMap.SoftKeyWeakValueNode
valueRef
 
Fields inherited from class groovyx.gpars.extra166y.CustomConcurrentHashMap.SoftKeyNode
cchm, locator
 
Constructor Summary
CustomConcurrentHashMap.TerminalSoftKeyWeakValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)
           
 
Method Summary
 CustomConcurrentHashMap.Node getLinkage()
           
 void setLinkage(CustomConcurrentHashMap.Node r)
           
 
Methods inherited from class groovyx.gpars.extra166y.CustomConcurrentHashMap.SoftKeyWeakValueNode
getValue, setValue
 
Methods inherited from class groovyx.gpars.extra166y.CustomConcurrentHashMap.SoftKeyNode
getLocator, onReclamation
 
Methods inherited from class java.lang.ref.SoftReference
get
 
Methods inherited from class java.lang.ref.Reference
clear, enqueue, 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
 

Constructor Detail

CustomConcurrentHashMap.TerminalSoftKeyWeakValueNode

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