public class MapHelpers$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static MapHelpers$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
MapHelpers$() |
Modifier and Type | Method and Description |
---|---|
<K,V> scala.collection.immutable.Map<K,V> |
convertMapToScala(java.util.Map<K,V> jmap) |
public static final MapHelpers$ MODULE$