LinkedList.element

Retrieves, but does not remove, the head (first element) of this list.

@return the head of this list @throws NoSuchElementException if this list is empty

class LinkedList(E)
E
element
()

Meta