object ParMap extends ParMapFactory[ParMap, Map]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParMap
- ParMapFactory
- GenericParMapCompanion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class CanCombineFromMap[FromK, FromV, K, V] extends CanCombineFrom[CC[FromK, FromV], (K, V), CC[K, V]]
- Definition Classes
- ParMapFactory
- abstract class WithDefault[A, +B] extends ParMap[A, B]
An abstract shell used by { mutable, immutable }.Map but not by collection.Map because of variance issues.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[K, V](elems: (K, V)*): ParMap[K, V]
A collection of type
ParMap
that contains given key/value bindings.A collection of type
ParMap
that contains given key/value bindings.- K
the type of the keys
- V
the type of the associated values
- elems
the key/value pairs that make up the parallel map
- returns
a new parallel map consisting key/value pairs given by
elems
.
- Definition Classes
- ParMapFactory
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def canBuildFrom[FromK, FromV, K, V]: CanCombineFrom[ParMap[FromK, FromV], (K, V), ParMap[K, V]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def empty[K, V]: ParMap[K, V]
- Definition Classes
- ParMap → ParMapFactory
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newBuilder[K, V]: Builder[(K, V), ParMap[K, V]]
The default builder for
ParMap
objects.The default builder for
ParMap
objects.- K
the type of the keys
- V
the type of the associated values
- Definition Classes
- ParMapFactory
- def newCombiner[K, V]: Combiner[(K, V), ParMap[K, V]]
The default combiner for
ParMap
objects.The default combiner for
ParMap
objects.- K
the type of the keys
- V
the type of the associated values
- Definition Classes
- ParMap → ParMapFactory → GenericParMapCompanion
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit def toFactory[K, V]: Factory[(K, V), ParMap[K, V]]
- Definition Classes
- GenericParMapCompanion
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()