IntMap

object IntMap

A companion object for integer maps.

Companion:
class
Source:
IntMap.scala
trait Sum
trait Mirror
class Object
trait Matchable
class Any
IntMap.type

Type members

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

def apply[T](elems: (Int, T)*): IntMap[T]
def empty[T]: IntMap[T]
def from[V](coll: IterableOnce[(Int, V)]): IntMap[V]
def newBuilder[V]: Builder[(Int, V), IntMap[V]]
def singleton[T](key: Int, value: T): IntMap[T]

Implicits

Implicits

implicit def buildFromIntMap[V]: BuildFrom[IntMap[_], (Int, V), IntMap[V]]
implicit def iterableFactory[V]: Factory[(Int, V), IntMap[V]]
implicit def toBuildFrom[V](factory: IntMap.type): BuildFrom[Any, (Int, V), IntMap[V]]
implicit def toFactory[V](dummy: IntMap.type): Factory[(Int, V), IntMap[V]]