SkipListNode<T> Constructor
Public Sub New( _
ByVal v As T, _
ByVal h As Integer _
)
This language is not supported or no code example is available.
public SkipListNode(
T v,
int h
)
This language is not supported or no code example is available.
public:
SkipListNode(
T^ v,
int h
)
This language is not supported or no code example is available.
Parameters
- v
- T
The value to insert into the node.
- h
- int
The height of the skiplist node.