Returns a shallow copy of this list instance.
Returns a shallow copy of this list instance. The elements themselves are not copied. This method has a memory and time complexity of O(N), with N being the number of elements in the list.
The elements themselves are not copied.
This method has a memory and time complexity of O(N), with N being the number of elements in the list.
Alphabetic index