| Package | Description |
|---|---|
| de.topobyte.formatting |
| Modifier and Type | Method and Description |
|---|---|
static Case |
Case.valueOf(String
Returns the enum constant of this type with the specified name.
|
static Case |
Case.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
IntegerFormatting.intToHexString(int i, Case
Returns a string representation of the integer argument as an unsigned integer in base 16.
|
static String |
IntegerFormatting.longToHexString(long i, Case
Returns a string representation of the
long argument as an unsigned integer in base 16.
|