|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgroovyx.gpars.extra166y.CustomConcurrentHashMap.WeakKeySelfValueNodeFactory
static final class CustomConcurrentHashMap.WeakKeySelfValueNodeFactory
| Field Summary | |
|---|---|
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
CustomConcurrentHashMap.WeakKeySelfValueNodeFactory()
|
|
| Method Summary | |
|---|---|
CustomConcurrentHashMap.Node |
newNode(int locator,
java.lang.Object key,
java.lang.Object value,
CustomConcurrentHashMap cchm,
CustomConcurrentHashMap.Node linkage)
Creates and returns a Node using the given parameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
CustomConcurrentHashMap.WeakKeySelfValueNodeFactory()
| Method Detail |
|---|
public final CustomConcurrentHashMap.Node newNode(int locator,
java.lang.Object key,
java.lang.Object value,
CustomConcurrentHashMap cchm,
CustomConcurrentHashMap.Node linkage)
CustomConcurrentHashMap.NodeFactory
newNode in interface CustomConcurrentHashMap.NodeFactorylocator - an opaque immutable locator for this nodekey - the (non-null) immutable keyvalue - the (non-null) volatile valuecchm - the table creating this nodelinkage - an opaque volatile linkage for maintaining this 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 | |||||||||