org.codehaus.gpars

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

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

static abstract class CustomConcurrentHashMap.SoftKeySoftValueNode
extends SoftKeyNode

Field Summary
EmbeddedSoftReference valueRef

 
Constructor Summary
CustomConcurrentHashMap.SoftKeySoftValueNode(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

valueRef

EmbeddedSoftReference valueRef


 
Constructor Detail

CustomConcurrentHashMap.SoftKeySoftValueNode

CustomConcurrentHashMap.SoftKeySoftValueNode(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.