Skip to content
On this page

LinkedListNode<T>.attachNext

Attaches a node to the next position.

Parameters

nodeLinkedListNode<T>: The node to attach to the next position.