| Supertypes | |
|---|---|
| Self type |
A builder for instances of AnyRefMap.
This builder can be reused to create multiple instances.
Creates a new AnyRefMap with zero or more key/value pairs.
Creates a new empty AnyRefMap.
Creates a new AnyRefMap from an existing source collection. A source collection which is already an AnyRefMap gets cloned.
| Type parameters |
|
|---|---|
| Value parameters |
|
| Returns | a new |
Creates a new AnyRefMap from arrays of keys and values. Equivalent to but more efficient than AnyRefMap((keys zip values): _*).
Creates a new AnyRefMap from keys and values. Equivalent to but more efficient than AnyRefMap((keys zip values): _*).
Creates a new empty AnyRefMap with the supplied default
© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.2.0/scala/collection/mutable/AnyRefMap$.html