Uses of Class
org.icij.datashare.text.Hasher
-
Packages that use Hasher Package Description org.icij.datashare org.icij.datashare.text -
-
Uses of Hasher in org.icij.datashare
Fields in org.icij.datashare declared as Hasher Modifier and Type Field Description static HasherEntity. HASHER -
Uses of Hasher in org.icij.datashare.text
Methods in org.icij.datashare.text that return Hasher Modifier and Type Method Description static HasherHasher. valueOf(int length)Returns the enum constant of this type with the specified name.static HasherHasher. valueOf(String name)Returns the enum constant of this type with the specified name.static Hasher[]Hasher. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.icij.datashare.text that return types with arguments of type Hasher Modifier and Type Method Description static Optional<Hasher>Hasher. parse(String algo)Parse Hasher value from String
-