Skip to content

Instantly share code, notes, and snippets.

@stephanos
Created October 28, 2012 08:27
Show Gist options
  • Save stephanos/3968056 to your computer and use it in GitHub Desktop.
Save stephanos/3968056 to your computer and use it in GitHub Desktop.
Map<String, Customer> customersById = new HashMap<String, Customer>();
List<String> strings = Arrays.asList("one", "two", "three");
BigInteger profit = new BigInteger("12345678.99");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment