Uses of Interface
com.scurrilous.circe.StatefulIntHash
-
Packages that use StatefulIntHash Package Description com.scurrilous.circe Provides interfaces and minimal support classes for providing and consuming various forms of hash functions.com.scurrilous.circe.crc Provides various implementations of cyclic redundancy check (CRC) error-detecting codes.com.scurrilous.circe.impl 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 StatefulIntHash Modifier and Type Method Description StatefulIntHashStatelessIntHash. 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 Modifier and Type Class Description (package private) classJavaCrc32WrapsCRC32in aStatefulIntHash. -
Uses of StatefulIntHash in com.scurrilous.circe.impl
Classes in com.scurrilous.circe.impl that implement StatefulIntHash Modifier and Type Class Description (package private) classIncrementalIntStatefulHashMethods in com.scurrilous.circe.impl that return StatefulIntHash Modifier and Type Method Description StatefulIntHashAbstractIncrementalIntHash. createStateful()Constructors in com.scurrilous.circe.impl with parameters of type StatefulIntHash Constructor Description IntStatefulLongHash(StatefulIntHash intHash)Constructs a newIntStatefulLongHashthat delegates to the givenStatefulIntHash.
-