Key type
Mapped type
Whether duplicated key is blocked or not
Derived type extending this MapContainer
Iterator type
Reverse iterator type
Return type of {@link MapContainer.insert}
Iterator of MapContainer
Reverse iterator of MapContainer
Default Constructor.
Range Assigner.
Input iteartor of the first position.
Input iterator of the last position.
Count elements with a specified key.
Key to search for.
Number of elements with the specified key.
Erase elements with a specified key.
Key to search for.
Number of erased elements.
Get iterator to element.
Key to search for.
An iterator to the element, if the specified key is found, otherwise this.end()
.
Test whether a key exists.
Key to search for.
Whether the specified key exists.
Merge two containers.
Source container to transfer.
Native function for JSON.stringify()
.
An array containing children elements.
Generated using TypeDoc
Basic map container.
Jeongho Nam - https://github.com/samchon