Skip to content

Instantly share code, notes, and snippets.

@zcox
Created October 4, 2013 15:06
Show Gist options
  • Select an option

  • Save zcox/6827481 to your computer and use it in GitHub Desktop.

Select an option

Save zcox/6827481 to your computer and use it in GitHub Desktop.
import java.util.*;
Map<String, Integer> m = new HashMap<String, Integer>();
m.put("a", 1);
m.put("b", 2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment