Returns a pblTreeSet with a shallow copy of this collection instance.
Returns a pblTreeSet with a shallow copy of this collection instance.The elements themselves are not copied.
NULL elements contained in the collection are silently ignored.
This method has a memory complexity of O( N ) and a time complexity of O(N * Log N), with N being the number of elements in the collection.