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 |
|---|
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, getLocatorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLinkage, setLinkagevolatile CustomConcurrentHashMap.EmbeddedSoftReference valueRef
final CustomConcurrentHashMap cchm
IntKeySoftValueNode(int locator,
java.lang.Object key,
java.lang.Object value,
CustomConcurrentHashMap cchm)