Packages

c

com.twitter.algebird

MurmurHash128

final case class MurmurHash128(seed: Long) extends AnyVal with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MurmurHash128
  2. Serializable
  3. Product
  4. Equals
  5. AnyVal
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MurmurHash128(seed: Long)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. def apply(string: CharSequence): (Long, Long)
  5. def apply(value: Double): (Long, Long)
  6. def apply(value: Long): (Long, Long)
  7. def apply(value: Float): (Long, Long)
  8. def apply(value: Int): (Long, Long)
  9. def apply(value: Short): (Long, Long)
  10. def apply(value: Char): (Long, Long)
  11. def apply(array: Array[Double]): (Long, Long)
  12. def apply(array: Array[Long]): (Long, Long)
  13. def apply(array: Array[Float]): (Long, Long)
  14. def apply(array: Array[Int]): (Long, Long)
  15. def apply(array: Array[Short]): (Long, Long)
  16. def apply(array: Array[Char]): (Long, Long)
  17. def apply(maxBytes: Int, fn: (ByteBuffer) => Unit): (Long, Long)
  18. def apply(bytes: Array[Byte]): (Long, Long)
  19. def apply(buffer: ByteBuffer, offset: Int, length: Int): (Long, Long)
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. val seed: Long

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyVal

Inherited from Any

Ungrouped