Key type
Mapped type
Whether duplicated key is blocked or not
Derived type extending this ITreeMap
Iterator type
Reverse iterator type
Return type of {@link MapContainer.insert}
Iterator of MapContainer
Reverse iterator of MapContainer
Get range of equal elements.
Key to search for.
Pair of lower_bound and upper_bound.
Get key comparison function.
The key comparison function.
Get iterator to lower bound.
Key to search for.
Iterator to the first element equal or after to the key.
Merge two containers.
Source container to transfer.
Get iterator to upper bound.
Key to search for.
Iterator to the first element after the key.
Get value comparison function.
The value comparison function.
Generated using TypeDoc
Common interface for tree maps.
Jeongho Nam - https://github.com/samchon