org.codehaus.gpars

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

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

static abstract class CustomConcurrentHashMap.SoftKeyStrongValueNode
extends SoftKeyNode

Field Summary
java.lang.Object value

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

java.lang.Object value


 
Constructor Detail

CustomConcurrentHashMap.SoftKeyStrongValueNode

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