LinkedList.poll

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

@return the head of this list, or {@code null} if this list is empty

class LinkedList(E)
E
poll
()

Meta