for (Map.Entry entry: map.entrySet()) System.out.println(entry.getKey() + " => " + entry.getValue());