| Package | Description |
|---|---|
| de.vandermeer.asciilist.commons |
Utilities and common classes/interfaces for ASCII lists.
|
| Modifier and Type | Method and Description |
|---|---|
static RomanNumberLiterals[] |
RomanNumberLiterals.ROMAN_2_ENUM(String roman)
Converts a string of Roman literals into an array of enumerates for further character conversion.
|
static RomanNumberLiterals |
RomanNumberLiterals.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RomanNumberLiterals[] |
RomanNumberLiterals.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015–2016. All rights reserved.