SyntaxFix
Write A Post
Hire A Developer
Questions
Something like this should work, calling the ArrayList constructor that takes a Collection:
List theList = new ArrayList(coll);