Different ways of iterating on a HashMap in Java Tech by Sunny Srinidhi - August 7, 2020August 7, 20200 HashMap is one of those data structures that we use a lot in our code, almost on a daily basis. And there will be situations where we’d want to iterate on the keys in a HashMap. There are many ways in which we can do it, and in this post, I’ll talk about five such ways. Read more... “Different ways of iterating on a HashMap in Java”