org.codehaus.gpars

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

java.lang.Object
  SoftKeyIntValueNode
      groovyx.gpars.extra166y.CustomConcurrentHashMap.LinkedSoftKeyIntValueNode

static final class CustomConcurrentHashMap.LinkedSoftKeyIntValueNode
extends SoftKeyIntValueNode

Field Summary
Node linkage

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

 
Method Summary
Node getLinkage()

void setLinkage(Node linkage)

 

Field Detail

linkage

Node linkage


 
Constructor Detail

CustomConcurrentHashMap.LinkedSoftKeyIntValueNode

CustomConcurrentHashMap.LinkedSoftKeyIntValueNode(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 linkage)


 

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