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