Return type of {@link SetContainer.insert}
Iterator of SetContainer
Reverse iterator of SetContainer
Default Constructor.
Compute bucket index for the key.
Target key.
Index number.
Get number of buckets.
Get size of a specific bucket.
Specific position.
Size of the specific bucket.
Get hash function.
The hash function.
Get key equality predicator.
The key equality predicator.
Compute load factor.
this.size() / this.bucket_count()
Get maximum load factor that allowable.
The maximum load factor.
Set maximum load factor.
The new value to change.
Change of bucktes.
The number to change.
Reserve buckets enable to store n elements.
The capacity to reserve.
Generated using TypeDoc
Common interface for hash sets.
Jeongho Nam - https://github.com/samchon