private static enum TrieReader.DataType extends Enum<TrieReader.DataType>
| Enum Constant and Description |
|---|
Byte |
Long |
Unsigned_Int |
Unsigned_Short |
| Modifier and Type | Method and Description |
|---|---|
static TrieReader.DataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrieReader.DataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrieReader.DataType Byte
public static final TrieReader.DataType Unsigned_Short
public static final TrieReader.DataType Unsigned_Int
public static final TrieReader.DataType Long
public static TrieReader.DataType[] values()
for (TrieReader.DataType c : TrieReader.DataType.values()) System.out.println(c);
public static TrieReader.DataType 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