Skip to content

Instantly share code, notes, and snippets.

@danielgomezrico
Created September 27, 2014 17:25
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 danielgomezrico/89791a8b0fd7ce6ac94c to your computer and use it in GitHub Desktop.
Save danielgomezrico/89791a8b0fd7ce6ac94c to your computer and use it in GitHub Desktop.
Array to ArrayList
Object[] objects = ...
new ArrayList<Sound>(Arrays.asList(objects)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment