Returns a pblHashSet with a shallow copy of this collection instance.
Returns a pblHashSet with a shallow copy of this collection instance. An application specific hash value function can be set.The elements themselves are not copied.
NULL elements contained in the collection are silently ignored.
This method has a memory and time complexity of O(N), with N being the number of elements in the collection.