Package | Description |
---|---|
_templates.javolution.io | |
_templates.javolution.lang |
Modifier and Type | Method and Description |
---|---|
Enum |
Struct.Enum8.get() |
Enum |
Struct.Enum16.get() |
Enum |
Struct.Enum32.get() |
Enum |
Struct.Enum64.get() |
Modifier and Type | Method and Description |
---|---|
void |
Struct.Enum8.set(Enum e) |
void |
Struct.Enum16.set(Enum e) |
void |
Struct.Enum32.set(Enum e) |
void |
Struct.Enum64.set(Enum e) |
Constructor and Description |
---|
Enum16(Enum[] values) |
Enum16(Enum[] values,
int nbrOfBits) |
Enum32(Enum[] values) |
Enum32(Enum[] values,
int nbrOfBits) |
Enum64(Enum[] values) |
Enum64(Enum[] values,
int nbrOfBits) |
Enum8(Enum[] values) |
Enum8(Enum[] values,
int nbrOfBits) |
Modifier and Type | Method and Description |
---|---|
static Enum |
Enum.valueOf(Class enumType,
String name)
Returns the enum from the specified enum's class with the specified
name.
|
Copyright © 2005–2018 Javolution. All rights reserved.