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