org.codehaus.gpars

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

java.lang.Object
  IntKeyNode
      groovyx.gpars.extra166y.CustomConcurrentHashMap.IntKeyIntValueNode

static abstract class CustomConcurrentHashMap.IntKeyIntValueNode
extends IntKeyNode

Field Summary
int value

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

 
Method Summary
java.lang.Object getValue()

void onReclamation()

void setValue(java.lang.Object value)

 

Field Detail

value

int value


 
Constructor Detail

CustomConcurrentHashMap.IntKeyIntValueNode

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


 
Method Detail

getValue

public final java.lang.Object getValue()


onReclamation

public final void onReclamation()


setValue

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


 

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