Initialize ArrayList by adding the specified array to the top of the list, the capacity of the list will be equal to the length of the specified array.
This function cause a memory allocation.
the array containing the initial elements
See Implementation
Initialize ArrayList by adding the specified array to the top of the list, the capacity of the list will be equal to the length of the specified array.
This function cause a memory allocation.