Java: How to convert String[] to List or Set

Viewed 215704

How to convert String[] (Array) to Collection, like ArrayList or HashSet?

9 Answers
Related