Returns a pblLinkedList with a shallow copy of this collection instance.
Returns a pblLinkedList with a shallow copy of this collection 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 collection.