IntMap (original) (raw)
scala.collection.immutable.IntMap
See theIntMap companion class
object IntMap
A companion object for integer maps.
Attributes
Companion
Source
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
Attributes
Source
def from[V](coll: IterableOnce[(Int, V)]): IntMap[V]
Attributes
Source
def newBuilder[V]: Builder[(Int, V), IntMap[V]]
Attributes
Source
def singleton[T](key: Int, value: T): IntMap[T]
Attributes
Source
Implicits
Implicits
implicit def buildFromIntMap[V]: BuildFrom[IntMap[_], (Int, V), IntMap[V]]
Attributes
Source
implicit def iterableFactory[V]: Factory[(Int, V), IntMap[V]]
Attributes
Source
implicit def toBuildFrom[V](factory: IntMap.type): BuildFrom[Any, (Int, V), IntMap[V]]
Attributes
Source
implicit def toFactory[V](dummy: IntMap.type): Factory[(Int, V), IntMap[V]]
Attributes
Source