example of using scala.collection.immutable.Set from java

Posted by Jason S on Stack Overflow See other posts from Stack Overflow or by Jason S
Published on 2010-06-11T18:31:31Z Indexed on 2010/06/14 15:52 UTC
Read the original article Hit count: 105

Filed under:
|
|

Does anyone out there who's familiar with Scala know how I could use scala.collection.immutable.Set from Java? I can vaguely read the scaladoc, but am not sure how to call scala methods like "-" from java (I assume that I just need to include some scala .jar file in my classpath...?)

© Stack Overflow or respective owner

Related posts about java

Related posts about data-structures