LinkedList.remove

Retrieves and removes the head (first element) of this list.

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

  1. bool remove(E o)
  2. E remove()
    class LinkedList(E)
    E
    remove
    ()

Meta