static final class CustomConcurrentHashMap.LinkedSoftKeySoftValueNode extends CustomConcurrentHashMap.SoftKeySoftValueNode
| Modifier and Type | Field and Description | 
|---|---|
(package private) CustomConcurrentHashMap.Node | 
linkage  | 
valueRefcchm, locator| Constructor and Description | 
|---|
CustomConcurrentHashMap.LinkedSoftKeySoftValueNode(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, setValuegetLocator, onReclamationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetvolatile CustomConcurrentHashMap.Node linkage
CustomConcurrentHashMap.LinkedSoftKeySoftValueNode(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)