Skip to content

Instantly share code, notes, and snippets.

@liangfeidotme
Created June 12, 2016 08:59
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 liangfeidotme/8499bf58ee10d38080e1ac07bad73630 to your computer and use it in GitHub Desktop.
Save liangfeidotme/8499bf58ee10d38080e1ac07bad73630 to your computer and use it in GitHub Desktop.
Create an array in declaration.
public static List<String> githubList = new ArrayList<String>() {{
add("linkedin");
add("tumblr");
add("square");
add("google");
add("stripe");
add("angular");
add("facebook");
add("rails");
}};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment