ImplicitConversionsToScala
Convenience for miscellaneous implicit conversions from Java to Scala collections API.
It is recommended to use explicit conversions provided by collection.JavaConverters instead. Implicit conversions may cause unexpected issues, see ImplicitConversions.
Attributes
- Deprecated
- true
- Source
- ImplicitConversions.scala
- Graph
-
- Supertypes
- Self type
Members list
Implicits
Inherited implicits
Implicitly converts a Java Collection
to an Scala Iterable
.
Implicitly converts a Java Collection
to an Scala Iterable
.
Attributes
- See also
- Inherited from:
- ToScalaImplicits
- Source
- ImplicitConversions.scala
Implicitly converts a Java Dictionary
to a Scala mutable Map
.
Implicitly converts a Java Dictionary
to a Scala mutable Map
.
Attributes
- See also
- Inherited from:
- ToScalaImplicits
- Source
- ImplicitConversions.scala
Implicitly converts a Java Enumeration
to a Scala Iterator
.
Implicitly converts a Java Enumeration
to a Scala Iterator
.
Attributes
- See also
- Inherited from:
- ToScalaImplicits
- Source
- ImplicitConversions.scala
Implicitly converts a Java Iterable
to a Scala Iterable
.
Implicitly converts a Java Iterable
to a Scala Iterable
.
Attributes
- See also
- Inherited from:
- ToScalaImplicits
- Source
- ImplicitConversions.scala
Implicitly converts a Java Iterator
to a Scala Iterator
.
Implicitly converts a Java Iterator
to a Scala Iterator
.
Attributes
- See also
- Inherited from:
- ToScalaImplicits
- Source
- ImplicitConversions.scala
Implicitly converts a Java List
to a Scala mutable Buffer
.
Implicitly converts a Java List
to a Scala mutable Buffer
.
Attributes
- See also
- Inherited from:
- ToScalaImplicits
- Source
- ImplicitConversions.scala
Implicitly converts a Java ConcurrentMap
to a Scala mutable ConcurrentMap
.
Implicitly converts a Java ConcurrentMap
to a Scala mutable ConcurrentMap
.
Attributes
- See also
- Inherited from:
- ToScalaImplicits
- Source
- ImplicitConversions.scala
Implicitly converts a Java Map
to a Scala mutable Map
.
Implicitly converts a Java Map
to a Scala mutable Map
.
Attributes
- See also
- Inherited from:
- ToScalaImplicits
- 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]
.
Attributes
- See also
- Inherited from:
- ToScalaImplicits
- Source
- ImplicitConversions.scala
Implicitly converts a Java Set
to a Scala mutable Set
.
Implicitly converts a Java Set
to a Scala mutable Set
.
Attributes
- See also
- Inherited from:
- ToScalaImplicits
- Source
- ImplicitConversions.scala