Creates a new singly linked list node instance.
If provided, automatically connects the node with its next node.
The type of the node.
Optional
The next node, or null if the node has no next connection.
null
A new singly linked list node instance with the specified next connection.
Creates a new singly linked list node instance.
If provided, automatically connects the node with its next node.