Package | Description |
---|---|
eu.bandm.tools.util |
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
|
Modifier and Type | Class and Description |
---|---|
static class |
DynamicEnum.Coproduct<T> |
static class |
DynamicEnum.Product<T> |
Modifier and Type | Field and Description |
---|---|
protected DynamicEnum |
DynamicEnum.Item.whole |
Constructor and Description |
---|
Item(DynamicEnum whole,
int index,
T data) |
Constructor and Description |
---|
Coproduct(List<? extends DynamicEnum<? extends T>> cases) |
see also the complete user documentation .