Class: Node
Node(valopt)
Represents an Node in the Graph.
Node(valopt)
Represents an element in the List.
Constructor
new Node(valopt)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
val |
any |
<optional> |
The value of the element |
- Source:
Node(valopt)
Represents an element in the List.
Node(valopt)
Represents an element in the List.