ToScalaImplicits
Defines implicit converter methods from Java to Scala collections.
- Deprecated
- Source:
- ImplicitConversions.scala
Implicits
Implicits
Implicitly converts a Java Collection to an Scala Iterable.
Implicitly converts a Java Collection to an Scala Iterable.
- See also:
- Source:
- ImplicitConversions.scala
Implicitly converts a Java Dictionary to a Scala mutable Map.
Implicitly converts a Java Dictionary to a Scala mutable Map.
- See also:
- Source:
- ImplicitConversions.scala
Implicitly converts a Java Enumeration to a Scala Iterator.
Implicitly converts a Java Enumeration to a Scala Iterator.
- See also:
- Source:
- ImplicitConversions.scala
Implicitly converts a Java Iterable to a Scala Iterable.
Implicitly converts a Java Iterable to a Scala Iterable.
- See also:
- Source:
- ImplicitConversions.scala
Implicitly converts a Java Iterator to a Scala Iterator.
Implicitly converts a Java Iterator to a Scala Iterator.
- See also:
- Source:
- ImplicitConversions.scala
Implicitly converts a Java List to a Scala mutable Buffer.
Implicitly converts a Java List to a Scala mutable Buffer.
- See also:
- Source:
- ImplicitConversions.scala
Implicitly converts a Java ConcurrentMap to a Scala mutable ConcurrentMap.
Implicitly converts a Java ConcurrentMap to a Scala mutable ConcurrentMap.
- See also:
- Source:
- ImplicitConversions.scala
Implicitly converts a Java Map to a Scala mutable Map.
Implicitly converts a Java Map to a Scala mutable Map.
- See also:
- Source:
- ImplicitConversions.scala
Implicitly converts a Java Properties to a Scala mutable Map[String, String].
Implicitly converts a Java Properties to a Scala mutable Map[String, String].
- See also:
- Source:
- ImplicitConversions.scala
Implicitly converts a Java Set to a Scala mutable Set.
Implicitly converts a Java Set to a Scala mutable Set.
- See also:
- Source:
- ImplicitConversions.scala