Packages

object LongMap extends java.io.Serializable

A companion object for long maps.

Source
LongMap.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LongMap
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply[T](elems: (Long, T)*): LongMap[T]
  2. implicit def buildFromLongMap[V]: BuildFrom[LongMap[_], (Long, V), LongMap[V]]
  3. def empty[T]: LongMap[T]
  4. def from[V](coll: IterableOnce[(Long, V)]): LongMap[V]
  5. implicit def iterableFactory[V]: Factory[(Long, V), LongMap[V]]
  6. def newBuilder[V]: Builder[(Long, V), LongMap[V]]
  7. def singleton[T](key: Long, value: T): LongMap[T]
  8. implicit def toBuildFrom[V](factory: LongMap.type): BuildFrom[Any, (Long, V), LongMap[V]]
  9. implicit def toFactory[V](dummy: LongMap.type): Factory[(Long, V), LongMap[V]]