Empties the LinkedList
Tests if the list contains a node with the specified value
Creates a node in the list placed after the specified node
Creates a node and places it at the end of the list
Creates a node in the list placed before the specified node
Creates a node and places it at the start of the list
Removes the first node with the specified value
Returns the node count
LinkedList template