public class XxHash64 extends Object
| Constructor and Description |
|---|
XxHash64() |
| Modifier and Type | Method and Description |
|---|---|
static long |
hash(long value) |
static long |
hash(long seed,
Slice data) |
static long |
hash(long seed,
Slice data,
int offset,
int length) |
static long |
hash(Slice data) |
static long |
hash(Slice data,
int offset,
int length) |
Copyright © 2012-2015. All Rights Reserved.