In scala.collection
, there are two very similar objects JavaConversions
and JavaConverters
.
- What is the difference between these two objects?
- Why do they both exist?
- When do I want to use one vs. the other?
In scala.collection
, there are two very similar objects JavaConversions
and JavaConverters
.