SyntaxFix
Write A Post
Hire A Developer
Questions
Make an equals check on the keySet() of both HashMaps.
equals
keySet()
HashMap
NOTE:
If your Map contains String keys then it is no problem, but if your Map contains objA type keys then you need to make sure that your class objA implements equals().
Map
String
objA
equals()