Map (Java SE 11 & JDK 11 ) - Oracle
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html
An object that maps keys to values. A map cannot contain duplicate keys; each key can map to at most one value. This interface takes the place of the Dictionary class, which was a totally abstract class rather than an interface.. The Map interface provides three collection views, which allow a map's contents to be viewed as a set of keys, collection of values, or set of key-value mappings.
DA: 87 PA: 94 MOZ Rank: 81