public interface BytesStoreHash<B extends BytesStore> extends java.util.function.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) |
applyAsLong
static long hash(VanillaBytes b)
static long hash(BytesStore b)
static int hash32(Bytes b)
static long hash(Bytes b, int length)
static int hash32(Bytes b, int length)
Copyright © 2016. All rights reserved.