org.codehaus.gpars

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

java.lang.Object
  WeakKeyNode
      groovyx.gpars.extra166y.CustomConcurrentHashMap.WeakKeyIntValueNode

static abstract class CustomConcurrentHashMap.WeakKeyIntValueNode
extends WeakKeyNode

Field Summary
int value

 
Constructor Summary
CustomConcurrentHashMap.WeakKeyIntValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)

 
Method Summary
java.lang.Object getValue()

void setValue(java.lang.Object value)

 

Field Detail

value

int value


 
Constructor Detail

CustomConcurrentHashMap.WeakKeyIntValueNode

CustomConcurrentHashMap.WeakKeyIntValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)


 
Method Detail

getValue

public final java.lang.Object getValue()


setValue

public final void setValue(java.lang.Object value)


 

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