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 StatefulIntHash
StatelessIntHash. 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) class
JavaCrc32
WrapsCRC32
in 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) class
IncrementalIntStatefulHash
Methods in com.scurrilous.circe.impl that return StatefulIntHash Modifier and Type Method Description StatefulIntHash
AbstractIncrementalIntHash. createStateful()
Constructors in com.scurrilous.circe.impl with parameters of type StatefulIntHash Constructor Description IntStatefulLongHash(StatefulIntHash intHash)
Constructs a newIntStatefulLongHash
that delegates to the givenStatefulIntHash
.
-