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 Serializable
class Object
trait Matchable
class Any
Self type
IntMap.type

Members list

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