Skip to content

Instantly share code, notes, and snippets.

@krisskross
Created May 6, 2012 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krisskross/2623510 to your computer and use it in GitHub Desktop.
Save krisskross/2623510 to your computer and use it in GitHub Desktop.
// 1, 2, 3 is easy
List<Integer> counting = Arrays.asList(1, 2, 3);
// mathematical variable
Double x;
// measuring performance
TimeUnit precision = TimeUnit.NANOSECONDS;
// 5:01 developers
Set<Day> working = new HashSet<Day>(Arrays.asList(MON, TUE, WED, THU, FRI));
// content tags
List<String> labels;
// forever young
Date young = new Date(Long.MAX_VALUE);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment