Class MurmurHash3.Hash128

org.elasticsearch.common.hash.MurmurHash3.Hash128
Enclosing class:
MurmurHash3

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     other)
     
    int
     
     

    Methods inherited from class java.lang.

    , , , , , , ,
  • Field Details

    • h1

      public long h1
      lower 64 bits part
    • h2

      public long h2
      higher 64 bits part
  • Constructor Details

    • Hash128

      public Hash128()
  • Method Details

    • equals

      public boolean equals( other)
      Overrides:
       in class 
    • hashCode

      public int hashCode()
      Overrides:
       in class 
    • toString

      public  toString()
      Overrides:
       in class