public class RomanAlphabetFactory extends Object
| Constructor and Description |
|---|
RomanAlphabetFactory() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getString(int index,
boolean lowercase)
Translates a positive integer (not equal to zero)
into a String using the letters 'a' to 'z'
(a = 1, b = 2, ..., z = 26, aa = 27, ab = 28,...).
|
public static final String getString(int index, boolean lowercase)
index - Indexlowercase - Lower caseCopyright © 2021. All rights reserved.