Skip to content

Instantly share code, notes, and snippets.

@poemdexter
Created October 21, 2014 18:12
Show Gist options
  • Save poemdexter/75eb56b5830ff001d612 to your computer and use it in GitHub Desktop.
Save poemdexter/75eb56b5830ff001d612 to your computer and use it in GitHub Desktop.
for(Map.Entry<Integer, String> entry : map.entrySet()){
System.out.printf(entry.getKey() + " || " + entry.getValue());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment