(Available since version 1.0)
LinkedList::top — Peeks at the node from the end of the singly linked list
This function has no parameters.
The value of the last node.
Throws SEIDS::LinkedLists::CantPeekAtEmptyException when the data-structure is empty.