Singly linked list node.
Type of value stored in this node.
Creates a node with no successor.
The type of all elements in the queue.
Optional
Value to store in the node created.
Successor node. null if the node has no successor.
null
Node value.
Generated using TypeDoc
Singly linked list node.