ParHashTable
scala.collection.parallel.mutable.ParHashTable
trait ParHashTable[K, V, Entry >: Null <: HashEntry[K, Entry]] extends WithContents[K, V, Entry]
Provides functionality for hash tables with linked list buckets, enriching the data structure by fulfilling certain requirements for their parallel construction and iteration.
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
Members list
Type members
Classlikes
abstract class EntryIterator[T, +IterRepr <: IterableSplitter[T]](var idx: Int, until: Int, totalsize: Int, var es: Entry) extends IterableSplitter[T]
A parallel iterator returning all the entries.
A parallel iterator returning all the entries.
Attributes
- Supertypes
-
trait IterableSplitter[T]trait DelegatedSignallingtrait Signallingtrait Splitter[T]trait Iterator[T]trait IterableOnce[T]class Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class ParHashMapIterator
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- HashTable (hidden)
Attributes
- Inherited from:
- HashTable (hidden)
Attributes
- Inherited from:
- HashTable (hidden)
Attributes
- Inherited from:
- HashTable (hidden)
Attributes
- Inherited from:
- HashTable (hidden)
Attributes
- Inherited from:
- WithContents
Attributes
- Inherited from:
- HashTable (hidden)
Attributes
- Inherited from:
- HashTable (hidden)
Attributes
- Inherited from:
- HashUtils
Attributes
- Inherited from:
- HashUtils
Inherited and Abstract methods
Attributes
- Inherited from:
- HashTable (hidden)
In this article