LLNode

Represents a node in a linked list.

Constructor

new LLNode(valueopt)

Parameters:
NameTypeAttributesDescription
value*<optional>

The value to be stored in the node.

Properties
NameTypeDescription
value*

The value stored in the node

nextLLNode

The next node in the list