How to convert a scala.List to a java.util.List?

Posted by Alex Baranosky on Stack Overflow See other posts from Stack Overflow or by Alex Baranosky
Published on 2010-03-12T01:37:17Z Indexed on 2010/03/12 4:17 UTC
Read the original article Hit count: 179

Filed under:
|
|

I'm trying to use some Scala code and am having a hard time figuring out how to convert the Scala lists into standard Java lists.

Any ideas?

© Stack Overflow or respective owner

Related posts about scala

Related posts about java