GenericTable

ra3.hashtable.GenericTable
See theGenericTable companion object
class GenericTable[T](hashTable: Array[Int], keys: Array[T], val payload: Array[Int])(implicit evidence$1: ClassTag[T])

Attributes

Companion
object
Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def contains(q: T): Boolean
def lookupAllIdx(q: T): Array[Int]
def lookupIdx(q: T): Int
inline def mutate(q: T, inline v: Int => Int): Unit
def update(q: T, v: Int): Unit

Concrete fields

val payload: Array[Int]