scala.collection.immutable.Map
See theMap companion trait
object Map extends MapFactory[Map]
This object provides a set of operations to create Iterable values.
Attributes
Members list
Type members
Classlikes
final class Map1[K, +V](key1: K, value1: V) extends AbstractMap[K, V], StrictOptimizedIterableOps[(K, V), Iterable, Map[K, V]], Serializable
Attributes
- Supertypes
-
trait Serializabletrait Puretrait Equalstrait K -> Vclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Puretrait Equalstrait K -> Vclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Puretrait Equalstrait K -> Vclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Puretrait Equalstrait K -> Vclass Objecttrait Matchableclass AnyShow all
class WithDefault[K, +V](val underlying: Map[K, V], val defaultValue: K -> V) extends AbstractMap[K, V], MapOps[K, V, Map, WithDefault[K, V]], Serializable
Attributes
- Supertypes
-
trait Serializabletrait Puretrait Equalstrait K -> Vclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
Value members
Concrete methods
A collection of type Map generated from given iterable object.
A collection of type Map generated from given iterable object.
Attributes
Implicits
Inherited implicits
The default Factory instance for maps.
In this article