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