Skip to content

Instantly share code, notes, and snippets.

@daa233
Created March 25, 2016 12:10
Show Gist options
  • Save daa233/bec38f5565511be97645 to your computer and use it in GitHub Desktop.
Save daa233/bec38f5565511be97645 to your computer and use it in GitHub Desktop.
Cast HashSet<String> to String[]

It can be implemented as following, but why?

String[] checkedToDeleteStringArray = checkedToDeleteHashSet.toArray(new String[0]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment