Map is an object that stores key/volume pairs. Given a key, you can find its value. Keys must be unique, but values may be duplicated.

The HashMap class uses a hash table to implementation of the...