|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.ref.Reference<T> java.lang.ref.WeakReference groovyx.gpars.extra166y.CustomConcurrentHashMap.WeakKeyNode
abstract static class CustomConcurrentHashMap.WeakKeyNode
Field Summary | |
---|---|
(package private) CustomConcurrentHashMap |
cchm
|
(package private) int |
locator
|
Constructor Summary | |
---|---|
CustomConcurrentHashMap.WeakKeyNode(int locator,
java.lang.Object key,
CustomConcurrentHashMap cchm)
|
Method Summary | |
---|---|
int |
getLocator()
Returns the locator established during the creation of this node. |
void |
onReclamation()
The action taken upon removal of this object from a ReferenceQueue. |
Methods inherited from class java.lang.ref.Reference |
---|
clear, enqueue, get, isEnqueued |
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 |
---|
get, getLinkage, getValue, setLinkage, setValue |
Field Detail |
---|
final int locator
final CustomConcurrentHashMap cchm
Constructor Detail |
---|
CustomConcurrentHashMap.WeakKeyNode(int locator, java.lang.Object key, CustomConcurrentHashMap cchm)
Method Detail |
---|
public final int getLocator()
CustomConcurrentHashMap.Node
getLocator
in interface CustomConcurrentHashMap.Node
public final void onReclamation()
CustomConcurrentHashMap.Reclaimable
onReclamation
in interface CustomConcurrentHashMap.Reclaimable
|
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 |