ParHashTable
trait ParHashTable[K, V, Entry >: Null <: HashEntry[K, Entry]] extends HashTable[K, V, Entry] with 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.
Provides functionality for hash tables with linked list buckets, enriching the data structure by fulfilling certain requirements for their parallel construction and iteration.
trait HashTable[K, V, Entry]
trait HashUtils[K]
class Object
trait Matchable
class Any
Type members
Classlikes
abstract class EntryIterator[T, +IterRepr <: IterableSplitter[T]](var idx: Int, until: Int, totalsize: Int, var es: Entry) extends IterableSplitter[T] with SizeMapUtils
A parallel iterator returning all the entries.
A parallel iterator returning all the entries.