- Companion:
- class
- Source:
- AnyRefMap.scala
Type members
Classlikes
A builder for instances of AnyRefMap
.
A builder for instances of AnyRefMap
.
This builder can be reused to create multiple instances.
- Source:
- AnyRefMap.scala
Value members
Concrete methods
Creates a new AnyRefMap
with zero or more key/value pairs.
Creates a new AnyRefMap
with zero or more key/value pairs.
- Source:
- AnyRefMap.scala
Creates a new AnyRefMap
from an existing source collection.
Creates a new AnyRefMap
from an existing source collection. A source collection
which is already an AnyRefMap
gets cloned.
- Type parameters:
- K
the type of the keys
- V
the type of the values
- Value parameters:
- source
Source collection
- Returns:
a new
AnyRefMap
with the elements ofsource
- Source:
- AnyRefMap.scala
Creates a new AnyRefMap
from arrays of keys and values.
Creates a new AnyRefMap
from arrays of keys and values.
Equivalent to but more efficient than AnyRefMap((keys zip values): _*)
.
- Source:
- AnyRefMap.scala
Creates a new AnyRefMap
from keys and values.
Creates a new AnyRefMap
from keys and values.
Equivalent to but more efficient than AnyRefMap((keys zip values): _*)
.
- Source:
- AnyRefMap.scala
Creates a new empty AnyRefMap
with the supplied default
Creates a new empty AnyRefMap
with the supplied default
- Source:
- AnyRefMap.scala
Implicits
Implicits
- Source:
- AnyRefMap.scala