MapViewFactory
scala.collection.MapViewFactory
trait MapViewFactory extends MapFactory[{ type l = [X, Y] =>> View[(X, Y)]; }#<none>]
Attributes
- Source
- MapView.scala
- Graph
-
- Supertypes
- Known subtypes
-
object MapView
Members list
Value members
Concrete methods
A collection of type Map that contains given key/value bindings.
A collection of type Map that contains given key/value bindings.
Attributes
- Definition Classes
- Source
- MapView.scala
Inherited and Abstract methods
A collection of type Map generated from given iterable object.
A collection of type Map generated from given iterable object.
Attributes
- Inherited from:
- MapFactory
- Source
- Factory.scala
Implicits
Inherited implicits
The default Factory instance for maps.
In this article