Package 

Interface GenericHash

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public interface GenericHash.Native
      public interface GenericHash.Lazy
      public class GenericHash.State

      State 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 class GenericHash.Checker