class RomanNumerals
extends Object
RomanNumerals
-
Field Summary
Fields
private static final int[]
-
Constructor Summary
Constructors
-
Method Summary
(package private) static String
(package private) static String
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
NUMBERS
private static final int[] NUMBERS
-
UPPER_CASE_LETTERS
private static final String[] UPPER_CASE_LETTERS
-
LOWER_CASE_LETTERS
private static final String[] LOWER_CASE_LETTERS
-
Constructor Details
-
RomanNumerals
RomanNumerals()
-
Method Details
-
-
toString
static String toString(int n,
boolean lowerCase)