public static enum Sodium.Util extends Enum<Sodium.Util>
| Modifier and Type | Method and Description |
|---|---|
static @NotNull net.openhft.chronicle.bytes.BytesStore |
setSize(@Nullable net.openhft.chronicle.bytes.BytesStore bs,
long size) |
static Sodium.Util |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sodium.Util[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static Sodium.Util[] values()
for (Sodium.Util c : Sodium.Util.values()) System.out.println(c);
public static Sodium.Util 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 null@NotNull
public static @NotNull net.openhft.chronicle.bytes.BytesStore setSize(@Nullable
@Nullable net.openhft.chronicle.bytes.BytesStore bs,
long size)
Copyright © 2023. All rights reserved.