Return type of {@link MapContainer.insert}
Iterator of MapContainer
Reverse iterator of MapContainer
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.
Merge two containers.
Source container to transfer.
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 maps.
Jeongho Nam - https://github.com/samchon