Uses of Interface
com.google.common.hash.ImmutableSupplier
-
Packages that use ImmutableSupplier Package Description com.google.common.hash Hash functions and related structures. -
-
Uses of ImmutableSupplier in com.google.common.hash
Classes in com.google.common.hash that implement ImmutableSupplier Modifier and Type Class Description (package private) static class
Hashing.ChecksumType
Fields in com.google.common.hash declared as ImmutableSupplier Modifier and Type Field Description private ImmutableSupplier<? extends java.util.zip.Checksum>
ChecksumHashFunction. checksumSupplier
Constructors in com.google.common.hash with parameters of type ImmutableSupplier Constructor Description ChecksumHashFunction(ImmutableSupplier<? extends java.util.zip.Checksum> checksumSupplier, int bits, java.lang.String toString)
-