java.lang.Object
org.elasticsearch.common.hash.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 Details
-
public long h1
lower 64 bits part
-
public long h2
higher 64 bits part
-
-
Method Details
-
public boolean equals(java.lang.Object other)
- Overrides:
equals in class java.lang.Object
-
public int hashCode()
- Overrides:
hashCode in class java.lang.Object