LinkedList.linkLast

Links e as last element.

class LinkedList(E)
void
linkLast
(
E e
)

Meta