Adds a new node to the end of the list.
The value to add to the list.
Redoes the last undone add operation.
The value of the redone node, or null if there is no next node.
Removes the current node from the list.
The value of the removed node, or null if there is no current node.
Removes all nodes from the list.
Undoes the last add operation.
The value of the undone node, or null if there is no previous node.
Generated using TypeDoc
Adds a new node to the end of the list.