static final class CustomConcurrentHashMap.LinkedStrongKeySelfValueNode extends CustomConcurrentHashMap.StrongKeySelfValueNode
| Modifier and Type | Field and Description |
|---|---|
(package private) CustomConcurrentHashMap.Node |
linkage |
key, locator| Constructor and Description |
|---|
LinkedStrongKeySelfValueNode(int locator,
java.lang.Object key,
CustomConcurrentHashMap.Node linkage) |
| Modifier and Type | Method and Description |
|---|---|
CustomConcurrentHashMap.Node |
getLinkage() |
void |
setLinkage(CustomConcurrentHashMap.Node linkage) |
getValue, onReclamation, setValueget, getLocatorvolatile CustomConcurrentHashMap.Node linkage
LinkedStrongKeySelfValueNode(int locator,
java.lang.Object key,
CustomConcurrentHashMap.Node linkage)
public final CustomConcurrentHashMap.Node getLinkage()
public final void setLinkage(CustomConcurrentHashMap.Node linkage)