org.codehaus.gpars

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

java.lang.Object
  SoftKeySoftValueNode
      groovyx.gpars.extra166y.CustomConcurrentHashMap.LinkedSoftKeySoftValueNode

static final class CustomConcurrentHashMap.LinkedSoftKeySoftValueNode
extends SoftKeySoftValueNode

Field Summary
Node linkage

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

 
Method Summary
Node getLinkage()

void setLinkage(Node r)

 

Field Detail

linkage

Node linkage


 
Constructor Detail

CustomConcurrentHashMap.LinkedSoftKeySoftValueNode

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


 
Method Detail

getLinkage

public final Node getLinkage()


setLinkage

public final void setLinkage(Node r)


 

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