Related to Stack Overflow question Scala equivalent of new HashSet(Collection) , how do I convert a Java collection (java.util.List say) into a Scala c
java.util.List
Another simple way to solve this problem:
import collection.convert.wrapAll._