trait ParHashTable[K, Entry >: Null <: HashEntry[K, Entry]] extends HashTable[K, Entry]
Provides functionality for hash tables with linked list buckets, enriching the data structure by fulfilling certain requirements for their parallel construction and iteration.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParHashTable
- HashTable
- HashUtils
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
abstract
class
EntryIterator
[T, +IterRepr <: IterableSplitter[T]] extends IterableSplitter[T] with SizeMapUtils
A parallel iterator returning all the entries.
Abstract Value Members
-
abstract
def
createNewEntry[B](key: K, value: B): Entry
- Attributes
- protected
- Definition Classes
- HashTable
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
_loadFactor: Int
- Attributes
- protected
- Definition Classes
- HashTable
- Annotations
- @transient()
-
def
addEntry(e: Entry): Unit
- Attributes
- protected
- Definition Classes
- HashTable
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
-
final
def
addEntry0(e: Entry, h: Int): Unit
- Attributes
- protected[this]
- Definition Classes
- HashTable
-
def
alwaysInitSizeMap: Boolean
- Definition Classes
- ParHashTable → HashTable
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
calcSizeMapSize(tableLength: Int): Int
- Attributes
- protected
- Definition Classes
- HashTable
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
-
def
clearTable(): Unit
- Attributes
- protected
- Definition Classes
- HashTable
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
elemEquals(key1: K, key2: K): Boolean
- Attributes
- protected
- Definition Classes
- HashTable
-
def
elemHashCode(key: K): Int
- Attributes
- protected
- Definition Classes
- HashUtils
-
def
entriesIterator: Iterator[Entry]
- Attributes
- protected
- Definition Classes
- HashTable
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
findEntry(key: K): Entry
- Attributes
- protected
- Definition Classes
- HashTable
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
-
final
def
findEntry0(key: K, h: Int): Entry
- Attributes
- protected[this]
- Definition Classes
- HashTable
-
def
findOrAddEntry[B](key: K, value: B): Entry
- Attributes
- protected
- Definition Classes
- HashTable
-
def
foreachEntry[U](f: (Entry) ⇒ U): Unit
- Attributes
- protected
- Definition Classes
- HashTable
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
improve(hcode: Int, seed: Int): Int
- Attributes
- protected
- Definition Classes
- HashUtils
-
final
def
index(hcode: Int): Int
- Attributes
- protected
- Definition Classes
- HashTable
-
def
initWithContents(c: Contents[K, Entry]): Unit
- Attributes
- protected
- Definition Classes
- HashTable
-
def
initialSize: Int
- Attributes
- protected
- Definition Classes
- HashTable
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isSizeMapDefined: Boolean
- Attributes
- protected
- Definition Classes
- HashTable
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nnSizeMapAdd(h: Int): Unit
- Attributes
- protected
- Definition Classes
- HashTable
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
-
def
nnSizeMapRemove(h: Int): Unit
- Attributes
- protected
- Definition Classes
- HashTable
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
-
def
nnSizeMapReset(tableLength: Int): Unit
- Attributes
- protected
- Definition Classes
- HashTable
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
removeEntry(key: K): Entry
- Attributes
- protected
- Definition Classes
- HashTable
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
-
val
seedvalue: Int
- Attributes
- protected
- Definition Classes
- HashTable
- Annotations
- @transient()
-
final
def
sizeMapBucketBitSize: Int
- Attributes
- protected
- Definition Classes
- HashUtils
-
final
def
sizeMapBucketSize: Int
- Attributes
- protected
- Definition Classes
- HashUtils
-
def
sizeMapDisable(): Unit
- Attributes
- protected
- Definition Classes
- HashTable
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
-
def
sizeMapInit(tableLength: Int): Unit
- Attributes
- protected
- Definition Classes
- HashTable
-
def
sizeMapInitAndRebuild(): Unit
- Attributes
- protected
- Definition Classes
- HashTable
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
-
val
sizemap: Array[Int]
- Attributes
- protected
- Definition Classes
- HashTable
- Annotations
- @transient()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
table: Array[HashEntry[K, Entry]]
- Attributes
- protected
- Definition Classes
- HashTable
- Annotations
- @transient()
-
val
tableSize: Int
- Attributes
- protected
- Definition Classes
- HashTable
- Annotations
- @transient()
-
def
tableSizeSeed: Int
- Attributes
- protected
- Definition Classes
- HashTable
-
val
threshold: Int
- Attributes
- protected
- Definition Classes
- HashTable
- Annotations
- @transient()
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )