IntMap

scala.collection.immutable.IntMap$
See theIntMap companion class
object IntMap

A companion object for integer maps.

Attributes

Companion
class
Source
IntMap.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
IntMap.type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def apply[T](elems: (Int, T)*): IntMap[T]

Attributes

Source
IntMap.scala
def empty[T]: IntMap[T]

Attributes

Source
IntMap.scala
def from[V](coll: IterableOnce[(Int, V)]): IntMap[V]

Attributes

Source
IntMap.scala
def newBuilder[V]: Builder[(Int, V), IntMap[V]]

Attributes

Source
IntMap.scala
def singleton[T](key: Int, value: T): IntMap[T]

Attributes

Source
IntMap.scala

Implicits

Implicits

implicit def buildFromIntMap[V]: BuildFrom[IntMap[_], (Int, V), IntMap[V]]

Attributes

Source
IntMap.scala
implicit def iterableFactory[V]: Factory[(Int, V), IntMap[V]]

Attributes

Source
IntMap.scala
implicit def toBuildFrom[V](factory: IntMap.type): BuildFrom[Any, (Int, V), IntMap[V]]

Attributes

Source
IntMap.scala
implicit def toFactory[V](dummy: IntMap.type): Factory[(Int, V), IntMap[V]]

Attributes

Source
IntMap.scala