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 Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
LongMap.type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

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