LinkedList.this

Constructs an empty list.

  1. this()
    class LinkedList(E)
    this
    ()
  2. this(Collection!E c)
  3. this(E[] c)

Meta