abstract static class CustomConcurrentHashMap.IntKeySoftValueNode extends CustomConcurrentHashMap.IntKeyNode
Modifier and Type | Field and Description |
---|---|
(package private) CustomConcurrentHashMap |
cchm |
(package private) CustomConcurrentHashMap.EmbeddedSoftReference |
valueRef |
key
Constructor and Description |
---|
CustomConcurrentHashMap.IntKeySoftValueNode(int locator,
java.lang.Object key,
java.lang.Object value,
CustomConcurrentHashMap cchm) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getValue() |
void |
onReclamation() |
void |
setValue(java.lang.Object value) |
get, getLocator
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLinkage, setLinkage
volatile CustomConcurrentHashMap.EmbeddedSoftReference valueRef
final CustomConcurrentHashMap cchm
CustomConcurrentHashMap.IntKeySoftValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)