Moves the current node to the end of the list
LinkedList<int> list = {3, 4, 5}; list.resetEnd(); //current is now at 5