addFirst method

Add entry to the beginning of the linked list.

void addFirst(
E entry
)

Add entry to the beginning of the linked list.