IntTable

ra3.hashtable.IntTable
See theIntTable companion object
class IntTable(hashTable: Array[Int], keys: Array[Int], val payload: Array[Int])

Attributes

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

Members list

Value members

Concrete methods

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

Concrete fields

val payload: Array[Int]