org.codehaus.gpars

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

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

static abstract class CustomConcurrentHashMap.IntKeySoftValueNode
extends IntKeyNode

Field Summary
CustomConcurrentHashMap cchm

EmbeddedSoftReference valueRef

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

 
Method Summary
java.lang.Object getValue()

void onReclamation()

void setValue(java.lang.Object value)

 

Field Detail

cchm

final CustomConcurrentHashMap cchm


valueRef

EmbeddedSoftReference valueRef


 
Constructor Detail

CustomConcurrentHashMap.IntKeySoftValueNode

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


 
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–2012 Václav Pech. All Rights Reserved.