Uses of Class
com.google.common.hash.Hashing.ChecksumType
-
Packages that use Hashing.ChecksumType Package Description com.google.common.hash Hash functions and related structures. -
-
Uses of Hashing.ChecksumType in com.google.common.hash
Methods in com.google.common.hash that return Hashing.ChecksumType Modifier and Type Method Description static Hashing.ChecksumType
Hashing.ChecksumType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Hashing.ChecksumType[]
Hashing.ChecksumType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.common.hash with parameters of type Hashing.ChecksumType Modifier and Type Method Description private static HashFunction
Hashing. checksumHashFunction(Hashing.ChecksumType type, java.lang.String toString)
-