![](http://image.absoluteastronomy.com/images//topicimages/noimage.gif)
Bidirectional map
Encyclopedia
In computer science, a bidirectional map is an associative data structure
in which both types can be used as key.
Associative array
In computer science, an associative array is an abstract data type composed of a collection of pairs, such that each possible key appears at most once in the collection....
in which both types can be used as key.
External links
- http://www.boost.org/doc/libs/1_47_0/libs/bimap/doc/html/index.html
- http://commons.apache.org/collections/api-release/org/apache/commons/collections/BidiMap.html
- http://cablemodem.fibertel.com.ar/mcape/oss/projects/mc_projects/boost_projects/boost_bimap.html#
- http://www.codeproject.com/KB/stl/bimap.aspx
- http://guava-libraries.googlecode.com/svn/tags/release09/javadoc/com/google/common/collect/BiMap.html