Описание тега multimap
A container similar to a map but allowing duplicate keys
Use this tag for questions about associative arrays with non-unique keys, such as the std::multimap
container in the C++ standard library, or scala.collection.mutable.MultiMap
in Scala.
See the Wikipedia article for more information.