The Map Class

Instances of the Map class that maps keys to values. A map cannot contain duplicate keys, each key can map to only one value.

This Map class is a member of the Java collections framework.