How to clear Hashmap in java

To clear HashMap in java we use the void clear() method from Map.
Using the clear method will empty the HashMap. Lets see examples on how to clear Hashmap in java.

Example : Clear HashMap in Java

Output