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