HashMap. containsKey() method is used to check whether a particular key is being mapped into the HashMap or not . It takes the key element as a parameter and returns True if that element is mapped in the map.
HashMap. containsKey() method is used to check whether a particular key is being mapped into the HashMap or not . It takes the key element as a parameter and returns True if that element is mapped in the map.