trait ParFlatHashTable[T] extends FlatHashTable[T]

Parallel flat hash table.

T

type of the elements in the table.

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
  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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addElem(elem: T): Boolean
    Attributes
    protected
    Definition Classes
    FlatHashTable
  5. def addEntry(newEntry: AnyRef): Boolean
    Attributes
    protected
    Definition Classes
    FlatHashTable
  6. def alwaysInitSizeMap: Boolean
    Definition Classes
    ParFlatHashTable → FlatHashTable
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def calcSizeMapSize(tableLength: Int): Int
    Attributes
    protected
    Definition Classes
    FlatHashTable
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  9. def capacity(expectedSize: Int): Int
    Attributes
    protected
    Definition Classes
    FlatHashTable
  10. def clearTable(): Unit
    Attributes
    protected
    Definition Classes
    FlatHashTable
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def containsElem(elem: T): Boolean
    Attributes
    protected
    Definition Classes
    FlatHashTable
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  13. final def elemToEntry(elem: T): AnyRef
    Attributes
    protected
    Definition Classes
    HashUtils
  14. final def entryToElem(entry: AnyRef): T
    Attributes
    protected
    Definition Classes
    HashUtils
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def findEntry(elem: T): Option[T]
    Attributes
    protected
    Definition Classes
    FlatHashTable
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  21. final def improve(hcode: Int, seed: Int): Int
    Attributes
    protected
    Definition Classes
    HashUtils
  22. final def index(hcode: Int): Int
    Attributes
    protected
    Definition Classes
    FlatHashTable
  23. def initWithContents(c: Contents[T]): Unit
    Attributes
    protected
    Definition Classes
    FlatHashTable
  24. def initialSize: Int
    Definition Classes
    FlatHashTable
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isSizeMapDefined: Boolean
    Attributes
    protected
    Definition Classes
    FlatHashTable
  27. def iterator: Iterator[T]
    Attributes
    protected
    Definition Classes
    FlatHashTable
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def nnSizeMapAdd(h: Int): Unit
    Attributes
    protected
    Definition Classes
    FlatHashTable
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  30. def nnSizeMapRemove(h: Int): Unit
    Attributes
    protected
    Definition Classes
    FlatHashTable
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  31. def nnSizeMapReset(tableLength: Int): Unit
    Attributes
    protected
    Definition Classes
    FlatHashTable
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  32. final def notify(): Unit
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  34. def randomSeed: Int
    Attributes
    protected
    Definition Classes
    FlatHashTable
  35. def removeElem(elem: T): Boolean
    Attributes
    protected
    Definition Classes
    FlatHashTable
  36. val seedvalue: Int
    Attributes
    protected
    Definition Classes
    FlatHashTable
    Annotations
    @transient()
  37. final def sizeMapBucketBitSize: Int
    Attributes
    protected
    Definition Classes
    HashUtils
  38. final def sizeMapBucketSize: Int
    Attributes
    protected
    Definition Classes
    HashUtils
  39. def sizeMapDisable(): Unit
    Attributes
    protected
    Definition Classes
    FlatHashTable
  40. def sizeMapInit(tableLength: Int): Unit
    Attributes
    protected
    Definition Classes
    FlatHashTable
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  41. def sizeMapInitAndRebuild(): Unit
    Attributes
    protected
    Definition Classes
    FlatHashTable
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  42. val sizemap: Array[Int]
    Attributes
    protected
    Definition Classes
    FlatHashTable
    Annotations
    @transient()
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. val table: Array[AnyRef]
    Attributes
    protected
    Definition Classes
    FlatHashTable
    Annotations
    @transient()
  45. val tableSize: Int
    Attributes
    protected
    Definition Classes
    FlatHashTable
    Annotations
    @transient()
  46. def tableSizeSeed: Int
    Attributes
    protected
    Definition Classes
    FlatHashTable
  47. val threshold: Int
    Attributes
    protected
    Definition Classes
    FlatHashTable
    Annotations
    @transient()
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FlatHashTable[T]

Inherited from HashUtils[T]

Inherited from AnyRef

Inherited from Any

Ungrouped