public final class Murmur3Hash32 extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
hash(int input)
Special-purpose version for hashing a single int value.
|
static int |
hash(int seed,
Slice data,
int offset,
int length) |
static int |
hash(long input)
Special-purpose version for hashing a single long value.
|
static int |
hash(Slice data) |
static int |
hash(Slice data,
int offset,
int length) |
public static int hash(Slice data)
public static int hash(Slice data, int offset, int length)
public static int hash(int seed,
Slice data,
int offset,
int length)
public static int hash(int input)
public static int hash(long input)
Copyright © 2012–2018. All rights reserved.