Represenation of list node.
Tell whether this node is a key-value node.
Key in key-value node.
Access next node in the list.
Access previous node in the list.
Get stored value.
Set stored value.
See Implementation
Represenation of list node.