LinkedList.offerFirst

Inserts the specified element at the front of this list.

@param e the element to insert @return {@code true} (as specified by {@link Deque#offerFirst})

class LinkedList(E)
bool
offerFirst
(
E e
)

Meta