IntMap

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

A companion object for integer maps.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
IntMap.type

Members list

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]]