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