Skip to content

Instantly share code, notes, and snippets.

@vackosar
Last active August 29, 2015 14:24
Show Gist options
  • Save vackosar/a4c5bc55f789f319f6cd to your computer and use it in GitHub Desktop.
Save vackosar/a4c5bc55f789f319f6cd to your computer and use it in GitHub Desktop.

Print contents of a Java collection.

   Arrays.deepToString(collection.toArray());

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment