LinkedList.addLast

Appends the specified element to the end of this list.

<p>This method is equivalent to {@link #add}.

@param e the element to add

class LinkedList(E)
void
addLast
(
E e
)

Meta