LongTable

ra3.hashtable.LongTable
See theLongTable companion object
class LongTable(hashTable: Array[Int], keys: Array[Long], 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: Long): Boolean
def lookupAllIdx(q: Long): Array[Int]
def lookupIdx(q: Long): Int
inline def mutate(q: Long, inline v: Int => Int): Unit
def update(q: Long, v: Int): Unit

Concrete fields

val payload: Array[Int]