Class

com.twitter.algebird

MurmurHash128

Related Doc: package algebird

Permalink

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

Source
MurmurHash.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyVal, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MurmurHash128
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyVal
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MurmurHash128(seed: Long)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. def apply(string: CharSequence): (Long, Long)

    Permalink
  5. def apply(value: Double): (Long, Long)

    Permalink
  6. def apply(value: Long): (Long, Long)

    Permalink
  7. def apply(value: Float): (Long, Long)

    Permalink
  8. def apply(value: Int): (Long, Long)

    Permalink
  9. def apply(value: Short): (Long, Long)

    Permalink
  10. def apply(value: Char): (Long, Long)

    Permalink
  11. def apply(array: Array[Double]): (Long, Long)

    Permalink
  12. def apply(array: Array[Long]): (Long, Long)

    Permalink
  13. def apply(array: Array[Float]): (Long, Long)

    Permalink
  14. def apply(array: Array[Int]): (Long, Long)

    Permalink
  15. def apply(array: Array[Short]): (Long, Long)

    Permalink
  16. def apply(array: Array[Char]): (Long, Long)

    Permalink
  17. def apply(maxBytes: Int, fn: (ByteBuffer) ⇒ Unit): (Long, Long)

    Permalink
  18. def apply(bytes: Array[Byte]): (Long, Long)

    Permalink
  19. def apply(buffer: ByteBuffer, offset: Int, length: Int): (Long, Long)

    Permalink
  20. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  21. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. val seed: Long

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyVal

Inherited from Any

Ungrouped