Skip to content

Instantly share code, notes, and snippets.

@virgilio
Created May 11, 2016 18:40
Show Gist options
  • Select an option

  • Save virgilio/b3a573379aa86f98a93637b26f51c822 to your computer and use it in GitHub Desktop.

Select an option

Save virgilio/b3a573379aa86f98a93637b26f51c822 to your computer and use it in GitHub Desktop.
Arrays as list
// Array to list snippet
// Returns a ArrayList of String! Great for inline initialization of Lists and its implementations
Arrays.asList("oi", "tudo", "bem",
"Jovem!", "Sucesso aí?", "É nois que voa bruxão")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment