public abstract class HashFunction
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static HashFunction |
CRC32C |
| Constructor and Description |
|---|
HashFunction() |
| Modifier and Type | Method and Description |
|---|---|
HashBuilder |
builder() |
HashBuilder |
builder(int initialSize) |
abstract HashCode |
hash(byte[] data) |
public static final HashFunction CRC32C
public abstract HashCode hash(byte[] data)
public HashBuilder builder()
public HashBuilder builder(int initialSize)