static final class CustomConcurrentHashMap.LinkedWeakKeySelfValueNode extends CustomConcurrentHashMap.WeakKeySelfValueNode
Modifier and Type | Field and Description |
---|---|
(package private) CustomConcurrentHashMap.Node |
linkage |
cchm, locator
Constructor and Description |
---|
CustomConcurrentHashMap.LinkedWeakKeySelfValueNode(int locator,
java.lang.Object key,
CustomConcurrentHashMap cchm,
CustomConcurrentHashMap.Node linkage) |
Modifier and Type | Method and Description |
---|---|
CustomConcurrentHashMap.Node |
getLinkage() |
void |
setLinkage(CustomConcurrentHashMap.Node linkage) |
getValue, setValue
getLocator, onReclamation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get
volatile CustomConcurrentHashMap.Node linkage
CustomConcurrentHashMap.LinkedWeakKeySelfValueNode(int locator, java.lang.Object key, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
public final CustomConcurrentHashMap.Node getLinkage()
public final void setLinkage(CustomConcurrentHashMap.Node linkage)