public enum SCQTools extends Enum<SCQTools>
Modifier and Type | Method and Description |
---|---|
static @Nullable net.openhft.chronicle.wire.MessageHistory |
readHistory(@NotNull net.openhft.chronicle.wire.DocumentContext dc,
net.openhft.chronicle.wire.MessageHistory history) |
static SCQTools |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SCQTools[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static SCQTools[] values()
for (SCQTools c : SCQTools.values()) System.out.println(c);
public static SCQTools 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@Nullable public static @Nullable net.openhft.chronicle.wire.MessageHistory readHistory(@NotNull @NotNull net.openhft.chronicle.wire.DocumentContext dc, net.openhft.chronicle.wire.MessageHistory history)
Copyright © 2020. All rights reserved.