Returns the capacity of this set instance.
Returns the capacity of this set instance. For tree sets this call returns the set's size. For hash sets it returns the set's capacity. This method has a time complexity of O(1).
For tree sets this call returns the set's size.
For hash sets it returns the set's capacity.
This method has a time complexity of O(1).
Alphabetic index