public class CityHash extends Object
| 构造器和说明 |
|---|
CityHash() |
| 限定符和类型 | 方法和说明 |
|---|---|
static long[] |
cityHash128(byte[] s,
int pos,
int len) |
static long[] |
cityHash128WithSeed(byte[] s,
int pos,
int len,
long seed0,
long seed1) |
static long |
cityHash64(byte[] s,
int pos,
int len) |
static long |
cityHash64WithSeed(byte[] s,
int pos,
int len,
long seed) |
static long |
cityHash64WithSeeds(byte[] s,
int pos,
int len,
long seed0,
long seed1) |
static long[] |
cityMurmur(byte[] s,
int pos,
int len,
long seed0,
long seed1) |
public static long cityHash64(byte[] s,
int pos,
int len)
public static long cityHash64WithSeed(byte[] s,
int pos,
int len,
long seed)
public static long cityHash64WithSeeds(byte[] s,
int pos,
int len,
long seed0,
long seed1)
public static long[] cityMurmur(byte[] s,
int pos,
int len,
long seed0,
long seed1)
public static long[] cityHash128WithSeed(byte[] s,
int pos,
int len,
long seed0,
long seed1)
public static long[] cityHash128(byte[] s,
int pos,
int len)
Copyright © 2016. All rights reserved.