What is the function of the entrySet() method of the Map interface?

What is the function of the entrySet() method of the Map interface?



Answer: returns a set of all Key-Value pairs as objects of Map.Entry


Learn More :

Data Structures

Learn More Multiple Choice Question :