I am trying this for some hour but not finding any best approach to achieve iteration of hashmap in reverse order, this is the hashmap I have.
Map
Use insted:
new TreeMap<>(Collections.reverseOrder())
and you will get what you want.