Interface StatefulIntHash

All Superinterfaces:
Hash, StatefulHash
All Known Implementing Classes:
IncrementalIntStatefulHash, JavaCrc32

public interface StatefulIntHash extends StatefulHash
Interface implemented by stateful hash functions with an output length of 4 bytes or less. Such functions can provide a corresponding stateless implementation.
  • Method Details

    • asStateless

      StatelessIntHash asStateless()
      Returns an instance of stateless version of this hash function.
      Returns:
      the stateless version of this hash function