DLLNode

Represents a node in a doubly linked list.

Constructor

new DLLNode(valueopt)

Parameters:
NameTypeAttributesDescription
value*<optional>

The value to be stored in the node.

Properties
NameTypeDescription
value*

The value stored in the node

nextDLLNode | null

The next node in the list