public final class MurmurHash3
extends java.lang.Object
MurmurHash3
.Modifier and Type | Method and Description |
---|---|
static int |
hash(int k)
Hashes a 4-byte sequence (Java int).
|
static long |
hash(long k)
Hashes an 8-byte sequence (Java long).
|
Copyright © 2015 Carrot Search s.c.. All rights reserved.