-
public interface GenericHash
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceGenericHash.Nativepublic interfaceGenericHash.Lazypublic classGenericHash.StateState of a multi-part hashing operation. Allocates a small piece of native memory, so it is Closeable,as you might want to close it explicitly to free the allocated memory. (If not, it should be auto-freed by GCas always.)
public final classGenericHash.Checker
-