Class MurmurHash3.Hash128

  • Enclosing class:
    MurmurHash3

    public static class MurmurHash3.Hash128
    extends java.lang.Object
    A 128-bits hash.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long h1
      lower 64 bits part
      long h2
      higher 64 bits part
    • Constructor Summary

      Constructors 
      Constructor Description
      Hash128()  
    • Method Summary

      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • h1

        public long h1
        lower 64 bits part
      • h2

        public long h2
        higher 64 bits part
    • Constructor Detail

      • Hash128

        public Hash128()
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object