Packages

object Map extends Delegate[Map]

This object provides a set of operations to create mutable.Map values.

Annotations
@SerialVersionUID()
Source
Map.scala
Linear Supertypes
Delegate[Map], MapFactory[Map], java.io.Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Map
  2. Delegate
  3. MapFactory
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class WithDefault[K, V] extends AbstractMap[K, V] with MapOps[K, V, Map, WithDefault[K, V]] with Serializable
    Annotations
    @SerialVersionUID()

Value Members

  1. def apply[K, V](elems: (K, V)*): Map[K, V]
    Definition Classes
    DelegateMapFactory
  2. def empty[K, V]: Map[K, V]
    Definition Classes
    DelegateMapFactory
  3. def from[K, V](it: IterableOnce[(K, V)]): Map[K, V]
    Definition Classes
    DelegateMapFactory
  4. implicit def mapFactory[K, V]: Factory[(K, V), Map[K, V]]
    Definition Classes
    MapFactory
  5. def newBuilder[K, V]: Builder[(K, V), Map[K, V]]
    Definition Classes
    DelegateMapFactory