| Modifier and Type | Method and Description |
|---|---|
static LongHashFunction |
LongHashFunction.city_1_1()
Returns a hash function implementing
CityHash64 algorithm, version 1.1 without seed values.
|
static LongHashFunction |
LongHashFunction.city_1_1(long seed)
Returns a hash function implementing
CityHash64 algorithm, version 1.1 using the given seed value.
|
static LongHashFunction |
LongHashFunction.city_1_1(long seed0,
long seed1)
Returns a hash function implementing
CityHash64 algorithm, version 1.1 using the two given seed values.
|
static LongHashFunction |
LongHashFunction.murmur_3()
Returns a hash function implementing
MurmurHash3
algorithm without seed values.
|
static LongHashFunction |
LongHashFunction.murmur_3(long seed)
Returns a hash function implementing
MurmurHash3
algorithm with the given seed value.
|
Copyright © 2014–2015. All rights reserved.