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