Skip to content
On this page

LinkedListNode<T>.attachPrev

Attaches a node to the previous position.

Parameters

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