Information AboutMultimap |
|
A multimap is a generalization of a Map or associative array Abstract Data Type in which more than one value may be associated with and returned for a given key. Both map and multimap are particular cases of Container (data Structure) (see for example Standard Template Library#Containers ). Often the multimap is implemented as a map with List s as a values. EXAMPLES
SEE ALSO
|
|
|