LongMap

scala.collection.immutable.LongMap
See theLongMap companion class
object LongMap

A companion object for long maps.

Attributes

Companion
class
Source
LongMap.scala
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Self type
LongMap.type

Members list

Value members

Concrete methods

def apply[T](elems: (Long, T)*): LongMap[T]

Attributes

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

Attributes

Source
LongMap.scala
def from[V](coll: IterableOnce[(Long, V)]): LongMap[V]

Attributes

Source
LongMap.scala
def newBuilder[V]: Builder[(Long, V), LongMap[V]]

Attributes

Source
LongMap.scala
def singleton[T](key: Long, value: T): LongMap[T]

Attributes

Source
LongMap.scala

Implicits

Implicits

implicit def buildFromLongMap[V]: BuildFrom[LongMap[_], (Long, V), LongMap[V]]

Attributes

Source
LongMap.scala
implicit def iterableFactory[V]: Factory[(Long, V), LongMap[V]]

Attributes

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

Attributes

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

Attributes

Source
LongMap.scala