LinkedList.removeFirst

Removes and returns the first element from this list.

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

class LinkedList(E)
E
removeFirst
()

Meta