LinkedList.getFirst

Returns the first element in this list.

@return the first element in this list @throws NoSuchElementException if this list is empty

class LinkedList(E)
E
getFirst
()

Meta