LinkedList.addFirst

Inserts the specified element at the beginning of this list.

@param e the element to add

class LinkedList(E)
void
addFirst
(
E e
)

Meta