MapViewFactory
scala.collection.MapViewFactory
trait MapViewFactory extends MapFactory[<none>]
Attributes
- Source
- MapView.scala
- Graph
-
- Supertypes
- Known subtypes
-
object MapView.type
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 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