public enum VanillaBytesStoreHash extends Enum<VanillaBytesStoreHash> implements BytesStoreHash<BytesStore>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
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, valueOfhash, hashpublic static final VanillaBytesStoreHash INSTANCE
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 long applyAsLong(@NotNull
BytesStore store)
applyAsLong in interface java.util.function.ToLongFunction<BytesStore>Copyright © 2015. All rights reserved.