Class MurMur3HashCodeProvider

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int C1  
      static int C2  
      static int INIT  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int hash​(int[]... sets)  
      int hash​(short[]... sets)  
      int hash​(ShortShortMultiset... sets)  
      protected int hashInternal​(int[] data, int hash)
      Returns the MurmurHash3_x86_32 hash.
      protected int hashInternal​(short[] data, int hash)
      Returns the MurmurHash3_x86_32 hash.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MurMur3HashCodeProvider

        public MurMur3HashCodeProvider()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashInternal

        protected int hashInternal​(short[] data,
                                   int hash)
        Returns the MurmurHash3_x86_32 hash.
      • hashInternal

        protected int hashInternal​(int[] data,
                                   int hash)
        Returns the MurmurHash3_x86_32 hash.