abstract static class CustomConcurrentHashMap.StrongKeyNode extends java.lang.Object implements CustomConcurrentHashMap.Node
| Modifier and Type | Field and Description | 
|---|---|
(package private) java.lang.Object | 
key  | 
(package private) int | 
locator  | 
| Constructor and Description | 
|---|
CustomConcurrentHashMap.StrongKeyNode(int locator,
                                     java.lang.Object key)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
get()
Returns the key established during the creation of this node. 
 | 
int | 
getLocator()
Returns the locator established during the creation of this node. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLinkage, getValue, setLinkage, setValueonReclamationCustomConcurrentHashMap.StrongKeyNode(int locator,
                                     java.lang.Object key)
public final java.lang.Object get()
CustomConcurrentHashMap.Nodeget in interface CustomConcurrentHashMap.Nodepublic final int getLocator()
CustomConcurrentHashMap.NodegetLocator in interface CustomConcurrentHashMap.Node