Java: Map

By Xah Lee. Date: .

What is Map

In Java, map is a Interface for datatypes that's a set of key-and-value pairs.

The full name is java.util.Map

Methods of Map Interface

The map interface has methods like the following.

Children of Map Interface

The Map interface has the following children:

Implementations of Map Interface

Java, data structures, array, collection, map

key-and-value data types in programing languages