Returns a shallow copy of this set instance.
Returns a shallow copy of this set 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 set.
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 set.
Alphabetic index