object ParHashMap extends ParMapFactory[ParHashMap] with java.io.Serializable
This object provides a set of operations needed to create
values.
immutable.ParHashMap
- Alphabetic
- By Inheritance
- ParHashMap
- Serializable
- ParMapFactory
- GenericParMapCompanion
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- class CanCombineFromMap[K, V] extends CanCombineFrom[CC[_, _], (K, V), CC[K, V]]
- Definition Classes
- ParMapFactory
- type Coll = ParHashMap[_, _]
- Definition Classes
- ParMapFactory
- type MapColl = ParHashMap[_, _]
- Definition Classes
- ParMapFactory
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)*): ParHashMap[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[K, V]: CanCombineFrom[Coll, (K, V), ParHashMap[K, V]]
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def empty[K, V]: ParHashMap[K, V]
- Definition Classes
- ParHashMap → ParMapFactory
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fromTrie[K, V](t: OldHashMap[K, V]): ParHashMap[K, V]
- 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), ParHashMap[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), ParHashMap[K, V]]
The default combiner for
immutable.ParHashMap
objects.The default combiner for
immutable.ParHashMap
objects.- K
the type of the keys
- V
the type of the associated values
- Definition Classes
- ParHashMap → 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), ParHashMap[K, V]]
- Definition Classes
- GenericParMapCompanion
- def toString(): String
- Definition Classes
- AnyRef → Any
- var totalcombines: AtomicInteger
- 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()