Packages

trait ParFlatHashTable[T] extends FlatHashTable[T]

Parallel flat hash table.

T

type of the elements in the table.

Source
ParFlatHashTable.scala
Linear Supertypes
FlatHashTable[T], HashUtils[T], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParFlatHashTable
  2. FlatHashTable
  3. HashUtils
  4. AnyRef
  5. Any
Implicitly
  1. by CollectionsHaveToParArray
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class ParFlatHashTableIterator extends IterableSplitter[T] with SizeMapUtils

Value Members

  1. def alwaysInitSizeMap: Boolean
    Definition Classes
    ParFlatHashTableFlatHashTable
  2. def initialSize: Int

    The initial size of the hash table.

    The initial size of the hash table.

    Definition Classes
    FlatHashTable
  3. def toParArray: ParArray[T]
    Implicit
    This member is added by an implicit conversion from ParFlatHashTable[T] to CollectionsHaveToParArray[ParFlatHashTable[T], T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (ParFlatHashTable[T]) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray