Skip to content

Instantly share code, notes, and snippets.

@chids
Created July 25, 2012 10:45
Show Gist options
  • Save chids/3175504 to your computer and use it in GitHub Desktop.
Save chids/3175504 to your computer and use it in GitHub Desktop.
Java HashMap count keys dummy
new HashMap<Integer, Integer>().put(value, Optional.fromNullable(actual.get(value)).or(0) + 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment