ArrayList.this

Constructs an empty list with the specified initial capacity.

@param initialCapacity the initial capacity of the list @throws Exception if the specified initial capacity is negative

  1. this(int initialCapacity)
    class ArrayList(E)
    this
  2. this()
  3. this(E[] arr)
  4. this(Collection!E c)

Meta