Class MurmurHash3.IncrementalHash32

  • Enclosing class:
    MurmurHash3

    public static class MurmurHash3.IncrementalHash32
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int hash  
      (package private) byte[] tail  
      (package private) int tailLen  
      (package private) int totalLen  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(byte[] data, int offset, int length)  
      int end()  
      void start​(int hash)  
      • Methods inherited from class java.lang.Object

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

      • tail

        byte[] tail
      • tailLen

        int tailLen
      • totalLen

        int totalLen
      • hash

        int hash
    • Constructor Detail

      • IncrementalHash32

        public IncrementalHash32()
    • Method Detail

      • start

        public final void start​(int hash)
      • add

        public final void add​(byte[] data,
                              int offset,
                              int length)
      • end

        public final int end()