public static enum FSABuilder.InfoEntry extends Enum<FSABuilder.InfoEntry>
FSABuilder.getInfo()
Enum Constant and Description |
---|
CONSTANT_ARC_AUTOMATON_SIZE |
ESTIMATED_MEMORY_CONSUMPTION_MB |
MAX_ACTIVE_PATH_LENGTH |
SERIALIZATION_BUFFER_REALLOCATIONS |
SERIALIZATION_BUFFER_SIZE |
STATE_REGISTRY_SIZE |
STATE_REGISTRY_TABLE_SLOTS |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static FSABuilder.InfoEntry |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FSABuilder.InfoEntry[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FSABuilder.InfoEntry SERIALIZATION_BUFFER_SIZE
public static final FSABuilder.InfoEntry SERIALIZATION_BUFFER_REALLOCATIONS
public static final FSABuilder.InfoEntry CONSTANT_ARC_AUTOMATON_SIZE
public static final FSABuilder.InfoEntry MAX_ACTIVE_PATH_LENGTH
public static final FSABuilder.InfoEntry STATE_REGISTRY_TABLE_SLOTS
public static final FSABuilder.InfoEntry STATE_REGISTRY_SIZE
public static final FSABuilder.InfoEntry ESTIMATED_MEMORY_CONSUMPTION_MB
public static FSABuilder.InfoEntry[] values()
for (FSABuilder.InfoEntry c : FSABuilder.InfoEntry.values()) System.out.println(c);
public static FSABuilder.InfoEntry 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 String toString()
toString
in class Enum<FSABuilder.InfoEntry>
Copyright © 2016. All rights reserved.