Uses of Interface
com.scurrilous.circe.StatefulIntHash
Packages that use StatefulIntHash
Package
Description
Provides interfaces and minimal support classes for providing and consuming
various forms of hash functions.
Provides various implementations of cyclic redundancy
check (CRC) error-detecting codes.
Provides support for implementing new hash providers in the form of abstract
base classes and utility classes.
-
Uses of StatefulIntHash in com.scurrilous.circe
Methods in com.scurrilous.circe that return StatefulIntHashModifier and TypeMethodDescriptionStatelessIntHash.createStateful()Returns a new instance of stateful version of this hash function. -
Uses of StatefulIntHash in com.scurrilous.circe.crc
Classes in com.scurrilous.circe.crc that implement StatefulIntHash -
Uses of StatefulIntHash in com.scurrilous.circe.impl
Classes in com.scurrilous.circe.impl that implement StatefulIntHashMethods in com.scurrilous.circe.impl that return StatefulIntHashConstructors in com.scurrilous.circe.impl with parameters of type StatefulIntHashModifierConstructorDescriptionIntStatefulLongHash(StatefulIntHash intHash) Constructs a newIntStatefulLongHashthat delegates to the givenStatefulIntHash.