LongMap

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

A companion object for long maps.

Attributes

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

Members list

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]

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