Class: Node

Node

Node

new Node(value, nextopt)

Creates an instance of Node.
Parameters:
Name Type Attributes Description
value any Node's value
next Node <optional>
The next Node in the list
Source: