Class XXHash32

  • All Implemented Interfaces:
    java.util.zip.Checksum

    @Deprecated
    public class XXHash32
    extends XXHash32
    Deprecated.
    Implements the xxhash32 hash algorithm.
    Since:
    1.14
    See Also:
    xxHash
    • Constructor Summary

      Constructors 
      Constructor Description
      XXHash32()
      Deprecated.
      Creates an XXHash32 instance with a seed of 0.
      XXHash32​(int seed)
      Deprecated.
      Creates an XXHash32 instance.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.zip.Checksum

        update, update
    • Constructor Detail

      • XXHash32

        public XXHash32()
        Deprecated.
        Creates an XXHash32 instance with a seed of 0.
      • XXHash32

        public XXHash32​(int seed)
        Deprecated.
        Creates an XXHash32 instance.
        Parameters:
        seed - the seed to use