LongMap

object LongMap

A companion object for long maps.

Companion:
class
Source:
LongMap.scala
trait Sum
trait Mirror
class Object
trait Matchable
class Any
LongMap.type
Inherited
Keywords

Type members

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

def apply[T](elems: (Long, T)*): LongMap[T]
def empty[T]: LongMap[T]
def from[V](coll: IterableOnce[(Long, V)]): LongMap[V]
def newBuilder[V]: Builder[(Long, V), LongMap[V]]
def singleton[T](key: Long, value: T): LongMap[T]

Implicits

Implicits

implicit def buildFromLongMap[V]: BuildFrom[LongMap[_], (Long, V), LongMap[V]]
implicit def iterableFactory[V]: Factory[(Long, V), LongMap[V]]
implicit def toBuildFrom[V](factory: LongMap.type): BuildFrom[Any, (Long, V), LongMap[V]]
implicit def toFactory[V](dummy: LongMap.type): Factory[(Long, V), LongMap[V]]