Class: Node

Node(valopt)

Represents an Node in the Graph.

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.

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.

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.

Constructor

new Node(valopt)

Parameters:
Name Type Attributes Description
val any <optional>
The value of the element
Source: