See Also: IMap Members
A Map is a data structure consisting of a set of keys and values in which each key is mapped to a single value. The class of the objects used as keys is declared when the Map is declared, as is the class of the corresponding values.
A Map provides helper methods to iterate through all of the keys contained in it, as well as various methods to access and update the key/value pairs.