Linked list node
Gets the node previous in order
Gets the node next in order
Detaches the node from the list
Retrieves the stored value
Modifies the stored value
See Implementation
Linked list node