ra3.hashtable

package ra3.hashtable

Members list

Type members

Experimental classlikes

class CharSequenceTable(hashTable: Array[Int], keys: Array[CharSequence], val payload: Array[Int])

Attributes

Companion
object
Experimental
true
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Experimental
true
Supertypes
class Object
trait Matchable
class Any
Self type
class DoubleTable(longTable: LongTable, val payload: Array[Int])

Attributes

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

Attributes

Companion
class
Experimental
true
Supertypes
class Object
trait Matchable
class Any
Self type
class GenericTable[T](hashTable: Array[Int], keys: Array[T], val payload: Array[Int])(implicit evidence$1: ClassTag[T])

Attributes

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

Attributes

Companion
class
Experimental
true
Supertypes
class Object
trait Matchable
class Any
Self type
class IntTable(hashTable: Array[Int], keys: Array[Int], val payload: Array[Int])

Attributes

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

Attributes

Companion
class
Experimental
true
Supertypes
class Object
trait Matchable
class Any
Self type
IntTable.type
class LongTable(hashTable: Array[Int], keys: Array[Long], val payload: Array[Int])

Attributes

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

Attributes

Companion
class
Experimental
true
Supertypes
class Object
trait Matchable
class Any
Self type
LongTable.type