Skip to content

Instantly share code, notes, and snippets.

@xuechong87
Last active December 19, 2015 19:29
Show Gist options
  • Save xuechong87/6006339 to your computer and use it in GitHub Desktop.
Save xuechong87/6006339 to your computer and use it in GitHub Desktop.
Java thing
Map<String, String> map = new HashMap<String, String>() {
{
put("a", "a");
put("b", "b");
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment