When interfacing with a scala library in java, or a java library in scala, are there certain types or collections that don't map efficiently such that you have to perform "expensive" operations to perform a conversion?
e.g. memory wise you might have to hold 2 copies of a collection?