public static final class LockFreeSkipList.Node<T>
extends java.lang.Object
Constructor and Description |
---|
LockFreeSkipList.Node(int key)
Constructor for sentinel nodes
|
LockFreeSkipList.Node(T x,
int height)
Constructor for ordinary nodes
|
public LockFreeSkipList.Node(int key)
key
- public LockFreeSkipList.Node(T x, int height)
x
- height
-