Skip to content
EntityQ6934758· pop 7· linked from 69 articles

Also known as multihash, multidict

In computer science, a multimap (sometimes also multihash, multidict or multidictionary) 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 containers (for example, see C++ Standard Template Library containers). Often the multimap is implemented as a map with lists or sets as the map values.

Available in 7 languages

via Wikidata sitelinks · CC0

멀티맵 · Vinony