public enum VanillaBytesStoreHash extends Enum<VanillaBytesStoreHash> implements BytesStoreHash<BytesStore>
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Field and Description |
---|---|
static int |
K0 |
static int |
K1 |
static int |
K2 |
static int |
K3 |
static int |
M0 |
static int |
M1 |
static int |
M2 |
static int |
M3 |
Modifier and Type | Method and Description |
---|---|
static long |
agitate(long l) |
long |
applyAsLong(BytesStore store) |
static VanillaBytesStoreHash |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VanillaBytesStoreHash[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
hash, hash
public static final VanillaBytesStoreHash INSTANCE
public static final int K0
public static final int K1
public static final int K2
public static final int K3
public static final int M0
public static final int M1
public static final int M2
public static final int M3
public static VanillaBytesStoreHash[] values()
for (VanillaBytesStoreHash c : VanillaBytesStoreHash.values()) System.out.println(c);
public static VanillaBytesStoreHash valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static long agitate(long l)
public long applyAsLong(@NotNull BytesStore store)
applyAsLong
in interface java.util.function.ToLongFunction<BytesStore>
Copyright © 2015. All rights reserved.