A factory for Nodes.
Type | Name and description |
---|---|
Node |
newNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, Node linkage) Creates and returns a Node using the given parameters. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Creates and returns a Node using the given parameters.
locator
- 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