XorHash

kse.maths.XorHash$
object XorHash extends FullHash32, FullHash64

Attributes

Graph
Supertypes
trait FullHash64
trait FullHash32
class Object
trait Matchable
class Any
Self type
XorHash.type

Members list

Value members

Concrete methods

def hash32(seed: Int, bb: ByteBuffer): Int
def hash32(seed: Int, ab: Array[Byte], i0: Int, iN: Int): Int
def hash32(seed: Int, s: String, i0: Int, iN: Int): Int
def hash64(seed: Long, bb: ByteBuffer): Long
def hash64(seed: Long, ab: Array[Byte], i0: Int, iN: Int): Long
def hash64(seed: Long, s: String, i0: Int, iN: Int): Long

Inherited methods

final inline def hash32(s: String): Int

Attributes

Inherited from:
FullHash32
final inline def hash32(s: String, i0: Int, iN: Int): Int

Attributes

Inherited from:
FullHash32
final inline def hash32(seed: Int, s: String): Int

Attributes

Inherited from:
FullHash32
final inline def hash32(bb: ByteBuffer): Int

Attributes

Inherited from:
FullHash32
final inline def hash32(a: Array[Byte]): Int

Attributes

Inherited from:
FullHash32
final inline def hash32(a: Array[Byte], i0: Int, iN: Int): Int

Attributes

Inherited from:
FullHash32
final inline def hash32(seed: Int, a: Array[Byte]): Int

Attributes

Inherited from:
FullHash32
final inline def hash64(s: String): Long

Attributes

Inherited from:
FullHash64
final inline def hash64(s: String, i0: Int, iN: Int): Long

Attributes

Inherited from:
FullHash64
final inline def hash64(seed: Long, s: String): Long

Attributes

Inherited from:
FullHash64
inline def hash64(bb: ByteBuffer): Long

Attributes

Inherited from:
FullHash64
final inline def hash64(ab: Array[Byte]): Long

Attributes

Inherited from:
FullHash64
final inline def hash64(ab: Array[Byte], i0: Int, iN: Int): Long

Attributes

Inherited from:
FullHash64
final inline def hash64(seed: Long, ab: Array[Byte]): Long

Attributes

Inherited from:
FullHash64