class XxHash extends HashFunction with Serializable
The implementation of HashFunction interface. The XxHash uses XXH64 version xxHash with a seed of 0.
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- XxHash
- Serializable
- Serializable
- HashFunction
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new XxHash()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashByteBuffer(input: ByteBuffer): Long
compute the hash value for a ByteBuffer.
compute the hash value for a ByteBuffer.
- input
the input ByteBuffer
- returns
a result of long value.
- Definition Classes
- XxHash → HashFunction
-
def
hashBytes(input: Array[Byte]): Long
compute the hash value for a byte array.
compute the hash value for a byte array.
- input
the input byte array
- returns
a result of long value.
- Definition Classes
- XxHash → HashFunction
-
def
hashChars(input: String): Long
compute the hash value for a String
compute the hash value for a String
- returns
a result of long value
- Definition Classes
- XxHash → HashFunction
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashLongs(input: Array[Long]): Long
compute the hash value for a Long array.
compute the hash value for a Long array.
- input
the input Long array
- returns
a result of long value.
- Definition Classes
- XxHash → HashFunction
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()