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
See Implementation
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