Package com.scurrilous.circe
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatelessIntHash
asStateless()
Returns an instance of stateless version of this hash function.-
Methods inherited from interface com.scurrilous.circe.Hash
algorithm, length, supportsUnsafe
-
-
-
-
Method Detail
-
asStateless
StatelessIntHash asStateless()
Returns an instance of stateless version of this hash function.- Returns:
- the stateless version of this hash function
-
-