Basic class root of all the Iterators on Maps.
//! A Hashed map to store keys.
//! A Map where data can be stored with the keys.
//! A Map to store pair of keys.
//! A Map where the keys are indexed.
//! An Indexed Map where data can be stored with the keys.