Build your intuition. Fill in the missing part by typing it in.
The ______
class in Java is an implementation of the Map
interface that stores key-value pairs. It provides fast access and retrieval of elements based on their keys.
Write the missing line below.