This page is no longer maintained — Please continue to the home page at www.scala-lang.org

access of scala.collection.mutable.Stack[T] from Java

No replies
nick.rudnick@go...
Joined: 2011-03-27,
User offline. Last seen 42 years 45 weeks ago.
Dear all,
having a Scala library using Stack[T] (of scala.collection.mutable, not java.util) as method parameter (of a trait SearchProblemT[T <: ActionT[T]]), I would like to access this code from Java – unfortunately, scala.collection.mutable.Stack<T> does not seem to be the solution.
Does anybody know where the issue of accessing Scala container types from Java is covered?
Thanks a lot in advance, Nick

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland