|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object groovyx.gpars.extra166y.CustomConcurrentHashMap.IntKeyNode
abstract static class CustomConcurrentHashMap.IntKeyNode
Field Summary | |
---|---|
(package private) int |
key
|
Constructor Summary | |
---|---|
CustomConcurrentHashMap.IntKeyNode(int locator,
java.lang.Object key)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface groovyx.gpars.extra166y.CustomConcurrentHashMap.Node |
---|
getLinkage, getValue, setLinkage, setValue |
Methods inherited from interface groovyx.gpars.extra166y.CustomConcurrentHashMap.Reclaimable |
---|
onReclamation |
Field Detail |
---|
final int key
Constructor Detail |
---|
CustomConcurrentHashMap.IntKeyNode(int locator, java.lang.Object key)
Method Detail |
---|
public final java.lang.Object get()
CustomConcurrentHashMap.Node
get
in interface CustomConcurrentHashMap.Node
public final int getLocator()
CustomConcurrentHashMap.Node
getLocator
in interface CustomConcurrentHashMap.Node
|
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |