WithContents

trait WithContents[K, V, Entry >: Null <: HashEntry[K, Entry]]
class Object
trait Matchable
class Any
trait ParHashTable[K, V, Entry]
class ParHashMap[K, V]

Value members

Concrete methods

protected def initWithContents(c: Contents[K, Entry]): Unit

Inherited methods

def clearTable(): Unit
Inherited from
HashTable
def createNewEntry(key: A, value: B): Entry
Inherited from
HashTable
def entriesIterator: Iterator[Entry]
Inherited from
HashTable
final def findEntry(key: A): Entry
Inherited from
HashTable
def findOrAddEntry(key: A, value: B): Entry
Inherited from
HashTable
def foreachEntry[U](f: Entry => U): Unit
Inherited from
HashTable
final protected def improve(hcode: Int, seed: Int): Int
Inherited from
HashUtils
final def removeEntry(key: A): Entry
Inherited from
HashTable
final def size: Int
Inherited from
HashTable
final protected def sizeMapBucketBitSize: Int
Inherited from
HashUtils
final protected def sizeMapBucketSize: Int
Inherited from
HashUtils