org.codehaus.gpars

groovyx.gpars.extra166y
[Java] Class CustomConcurrentHashMap.LinkedWeakKeySelfValueNode

java.lang.Object
  WeakKeySelfValueNode
      groovyx.gpars.extra166y.CustomConcurrentHashMap.LinkedWeakKeySelfValueNode

static final class CustomConcurrentHashMap.LinkedWeakKeySelfValueNode
extends WeakKeySelfValueNode

Field Summary
Node linkage

 
Constructor Summary
CustomConcurrentHashMap.LinkedWeakKeySelfValueNode(int locator, java.lang.Object key, CustomConcurrentHashMap cchm, Node linkage)

 
Method Summary
Node getLinkage()

void setLinkage(Node linkage)

 

Field Detail

linkage

Node linkage


 
Constructor Detail

CustomConcurrentHashMap.LinkedWeakKeySelfValueNode

CustomConcurrentHashMap.LinkedWeakKeySelfValueNode(int locator, java.lang.Object key, CustomConcurrentHashMap cchm, Node linkage)


 
Method Detail

getLinkage

public final Node getLinkage()


setLinkage

public final void setLinkage(Node linkage)


 

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