static final class CustomConcurrentHashMap.LinkedStrongKeySelfValueNode extends CustomConcurrentHashMap.StrongKeySelfValueNode
Modifier and Type | Field and Description |
---|---|
(package private) CustomConcurrentHashMap.Node |
linkage |
key, locator
Constructor and Description |
---|
CustomConcurrentHashMap.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, setValue
get, getLocator
volatile CustomConcurrentHashMap.Node linkage
CustomConcurrentHashMap.LinkedStrongKeySelfValueNode(int locator, java.lang.Object key, CustomConcurrentHashMap.Node linkage)
public final CustomConcurrentHashMap.Node getLinkage()
public final void setLinkage(CustomConcurrentHashMap.Node linkage)