[Since version 2.13.16]Use `scala.collection.mutable.HashMap` instead for better performance.A builder for instances ofAnyRefMap.
A builder for instances ofAnyRefMap.
This builder can be reused to create multiple instances.
Creates a newAnyRefMap with zero or more key/value pairs.
Creates a new emptyAnyRefMap.
Creates a newAnyRefMap from an existing source collection.
Creates a newAnyRefMap from an existing source collection. A source collection which is already anAnyRefMap gets cloned.
the type of the keys
the type of the values
Source collection
a newAnyRefMap with the elements ofsource
Creates a newAnyRefMap from arrays of keys and values.
Creates a newAnyRefMap from arrays of keys and values. Equivalent to but more efficient thanAnyRefMap((keys zip values): _*).
Creates a newAnyRefMap from keys and values.
Creates a newAnyRefMap from keys and values. Equivalent to but more efficient thanAnyRefMap((keys zip values): _*).
Creates a new emptyAnyRefMap with the supplied default