abstract static class CustomConcurrentHashMap.IntKeyNode extends java.lang.Object implements CustomConcurrentHashMap.Node
Modifier and Type | Field and Description |
---|---|
(package private) int |
key |
Constructor and Description |
---|
CustomConcurrentHashMap.IntKeyNode(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, wait
getLinkage, getValue, setLinkage, setValue
onReclamation
CustomConcurrentHashMap.IntKeyNode(int locator, java.lang.Object key)
public final java.lang.Object get()
CustomConcurrentHashMap.Node
get
in interface CustomConcurrentHashMap.Node
public final int getLocator()
CustomConcurrentHashMap.Node
getLocator
in interface CustomConcurrentHashMap.Node