|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.carrotsearch.hppc.hash.MurmurHash3
public final class MurmurHash3
Hash routines for primitive types. The implementation is based on the finalization step
from Austin Appleby's MurmurHash3.
| Method Summary | |
|---|---|
static int |
hash(int k)
Hashes a 4-byte sequence (Java int). |
static long |
hash(long k)
Hashes an 8-byte sequence (Java long). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static int hash(int k)
public static long hash(long k)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||