loop in hash map injava code example Example: java loop hashmap map.forEach((k, v) -> { System.out.format("key: %s, value: %d%n", k, v); });