java.lang.Object
org.apache.commons.codec.digest.XXHash32
org.apache.commons.compress.compressors.lz4.XXHash32
All Implemented Interfaces:
Checksum

@Deprecated public class XXHash32 extends XXHash32
Deprecated.
Implementation of the xxhash32 hash algorithm.
Since:
1.14
See Also:
This class is not thread-safe
  • Constructor Details

    • 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