Class/Object

com.spotify.ratatool.samplers.util

ByteHasher

Related Docs: object ByteHasher | package util

Permalink

class ByteHasher extends Hasher

Linear Supertypes
Hasher, PrimitiveSink, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByteHasher
  2. Hasher
  3. PrimitiveSink
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ByteHasher(hasher: Hasher, encoding: BaseEncoding, charset: Charset)

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  9. def hash(): HashCode

    Permalink
    Definition Classes
    ByteHasher → Hasher
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  15. def putBoolean(b: Boolean): Hasher

    Permalink
    Definition Classes
    ByteHasher → Hasher → PrimitiveSink
  16. def putByte(b: Byte): Hasher

    Permalink
    Definition Classes
    ByteHasher → Hasher → PrimitiveSink
  17. def putBytes(bytes: ByteBuffer): Hasher

    Permalink
    Definition Classes
    ByteHasher → Hasher → PrimitiveSink
  18. def putBytes(bytes: Array[Byte], off: Int, len: Int): Hasher

    Permalink
    Definition Classes
    ByteHasher → Hasher → PrimitiveSink
  19. def putBytes(bytes: Array[Byte]): Hasher

    Permalink
    Definition Classes
    ByteHasher → Hasher → PrimitiveSink
  20. def putChar(c: Char): Hasher

    Permalink
    Definition Classes
    ByteHasher → Hasher → PrimitiveSink
  21. def putDouble(d: Double): Hasher

    Permalink
    Definition Classes
    ByteHasher → Hasher → PrimitiveSink
  22. def putFloat(f: Float): Hasher

    Permalink
    Definition Classes
    ByteHasher → Hasher → PrimitiveSink
  23. def putInt(i: Int): Hasher

    Permalink
    Definition Classes
    ByteHasher → Hasher → PrimitiveSink
  24. def putLong(l: Long): Hasher

    Permalink
    Definition Classes
    ByteHasher → Hasher → PrimitiveSink
  25. def putObject[T](instance: T, funnel: Funnel[_ >: T]): Hasher

    Permalink
    Definition Classes
    ByteHasher → Hasher
  26. def putShort(s: Short): Hasher

    Permalink
    Definition Classes
    ByteHasher → Hasher → PrimitiveSink
  27. def putString(cs: CharSequence, charset: Charset): Hasher

    Permalink
    Definition Classes
    ByteHasher → Hasher → PrimitiveSink
  28. def putUnencodedChars(cs: CharSequence): Hasher

    Permalink
    Definition Classes
    ByteHasher → Hasher → PrimitiveSink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Hasher

Inherited from PrimitiveSink

Inherited from AnyRef

Inherited from Any

Ungrouped