linked node class
gets the last entry in the list
inserts a value after this entry
inserts a value before this entry
appends the value to the end of the list
value next to this entry
value before this entry
value of this entry
See Implementation
linked node class