LinkedList.append

adds a new node/element to the end of the list

  1. void append(T item)
    class LinkedList(T)
    void
    append
    ()
  2. void append(T[] items)

Meta