XxHash32

kse.maths.XxHash32
final class XxHash32() extends Hash32

Attributes

Graph
Supertypes
trait Hash32
trait IncrementalHash[Int, Int]
trait HashInto[Int]
trait FullHash32
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def append(bb: ByteBuffer): XxHash32.this.type
def append(ab: Array[Byte], i0: Int, iN: Int): XxHash32.this.type
def append(s: String, i0: Int, iN: Int): XxHash32.this.type
def appendByte(b: Byte): XxHash32.this.type
def appendChar(c: Char): XxHash32.this.type
def appendInt(i: Int): XxHash32.this.type
def appendLong(l: Long): XxHash32.this.type
def begin(seed: Int): XxHash32.this.type
def copy: XxHash32
def result(bb: ByteBuffer): Int
def result(ab: Array[Byte], i0: Int, iN: Int): Int
def result(s: String, i0: Int, iN: Int): Int
def result(): Int

Inherited methods

final inline def +=(s: String): SimpleIncrementalHash.this.type

Attributes

Inherited from:
SimpleIncrementalHash
final inline def +=(ab: Array[Byte]): SimpleIncrementalHash.this.type

Attributes

Inherited from:
SimpleIncrementalHash
final inline def +=(d: Double): SimpleIncrementalHash.this.type

Attributes

Inherited from:
SimpleIncrementalHash
final inline def +=(f: Float): SimpleIncrementalHash.this.type

Attributes

Inherited from:
SimpleIncrementalHash
final inline def +=(l: Long): SimpleIncrementalHash.this.type

Attributes

Inherited from:
SimpleIncrementalHash
final inline def +=(i: Int): SimpleIncrementalHash.this.type

Attributes

Inherited from:
SimpleIncrementalHash
final inline def +=(c: Char): SimpleIncrementalHash.this.type

Attributes

Inherited from:
SimpleIncrementalHash
final inline def +=(s: Short): SimpleIncrementalHash.this.type

Attributes

Inherited from:
SimpleIncrementalHash
final inline def +=(b: Byte): SimpleIncrementalHash.this.type

Attributes

Inherited from:
SimpleIncrementalHash
final inline def +=(z: Boolean): SimpleIncrementalHash.this.type

Attributes

Inherited from:
SimpleIncrementalHash
def begin(): Hash32.this.type

Attributes

Inherited from:
Hash32
final def freshHash(s: String): Z

Attributes

Inherited from:
IncrementalHash
final def freshHash(s: String, i0: Int, iN: Int): Z

Attributes

Inherited from:
IncrementalHash
final def freshHash(seed: Int, s: String): Z

Attributes

Inherited from:
IncrementalHash
final def freshHash(seed: Int, s: String, i0: Int, iN: Int): Z

Attributes

Inherited from:
IncrementalHash
final def freshHash(ab: Array[Byte]): Z

Attributes

Inherited from:
IncrementalHash
final def freshHash(ab: Array[Byte], i0: Int, iN: Int): Z

Attributes

Inherited from:
IncrementalHash
final def freshHash(seed: Int, ab: Array[Byte]): Z

Attributes

Inherited from:
IncrementalHash
final def freshHash(seed: Int, ab: Array[Byte], i0: Int, iN: Int): Z

Attributes

Inherited from:
IncrementalHash
final def freshHash(bb: ByteBuffer): Z

Attributes

Inherited from:
IncrementalHash
final def freshHash(seed: Int, bb: ByteBuffer): Z

Attributes

Inherited from:
IncrementalHash
def hash32(seed: Int, s: String, i0: Int, iN: Int): Int

Attributes

Inherited from:
Hash32
def hash32(seed: Int, ab: Array[Byte], i0: Int, iN: Int): Int

Attributes

Inherited from:
Hash32
def hash32(seed: Int, bb: ByteBuffer): Int

Attributes

Inherited from:
Hash32
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