public interface BytesStoreHash<B extends BytesStore> extends ToLongFunction<B>
| Modifier and Type | Method and Description |
|---|---|
long |
applyAsLong(BytesStore bytes,
long length) |
static long |
hash(BytesStore b) |
static long |
hash(BytesStore b,
long length) |
static int |
hash32(BytesStore b) |
static int |
hash32(BytesStore b,
int length) |
applyAsLongstatic long hash(@NotNull
BytesStore b)
static long hash(@NotNull
BytesStore b,
long length)
static int hash32(BytesStore b)
static int hash32(@NotNull
BytesStore b,
int length)
long applyAsLong(BytesStore bytes, long length)
Copyright © 2018. All rights reserved.