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