This object provides a set of operations needed to create mutable.ParHashMap
values.
This object provides a set of operations needed to create mutable.ParHashMap
values.
- Companion
- class
Type members
Classlikes
final class DefaultEntry[K, V](val key: K, var value: V) extends HashEntry[K, DefaultEntry[K, V]] with Serializable
Inherited classlikes
Value members
Concrete methods
Inherited methods
A collection of type ParMap
that contains given key/value bindings.
A collection of type ParMap
that contains given key/value bindings.
- Type Params
- K
the type of the keys
- V
the type of the associated values
- Value Params
- elems
the key/value pairs that make up the parallel map
- Returns
a new parallel map consisting key/value pairs given by
elems
.- Inherited from
- ParMapFactory
The default builder for ParMap
objects.
The default builder for ParMap
objects.
- Type Params
- K
the type of the keys
- V
the type of the associated values
- Inherited from
- ParMapFactory
Concrete fields
Implicits
Implicits
implicit def canBuildFrom[FromK, FromV, K, V]: CanCombineFrom[ParHashMap[FromK, FromV], (K, V), ParHashMap[K, V]]