Package generic.hash

Class SimpleCRC32


  • public final class SimpleCRC32
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int[] crc32tab  
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleCRC32()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int hashOneByte​(int hashcode, int val)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • crc32tab

        public static final int[] crc32tab
    • Constructor Detail

      • SimpleCRC32

        public SimpleCRC32()
    • Method Detail

      • hashOneByte

        public static final int hashOneByte​(int hashcode,
                                            int val)