Skip to content

Instantly share code, notes, and snippets.

@lolson
Created July 29, 2014 15:28
Show Gist options
  • Save lolson/94a542e14f58e27aeb04 to your computer and use it in GitHub Desktop.
Save lolson/94a542e14f58e27aeb04 to your computer and use it in GitHub Desktop.
for (Map.Entry<String, Object> entry : map.entrySet()) {
String key = entry.getKey();
Object value = entry.getValue();
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment