LinkedList.peek

Retrieves, but does not remove, 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
peek
()

Meta