Initialize ArrayList with the specified capacity size.
This function cause a memory allocation.
the initial capacity of the list
See Implementation
Initialize ArrayList with the specified capacity size.
This function cause a memory allocation.