Skip to content

Instantly share code, notes, and snippets.

@0xRoch
Created May 1, 2012 15:43
Show Gist options
  • Save 0xRoch/2568973 to your computer and use it in GitHub Desktop.
Save 0xRoch/2568973 to your computer and use it in GitHub Desktop.
Map<String, Integer> counter = new HashMap<String, Integer>();
for (Item item : aa) {
counter.put(item.name, 1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment