private static class RomanNumberFactory.RomanDigit
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
char |
digit
part of a roman number
|
boolean |
pre
can the digit be used as a prefix
|
int |
value
value of the roman digit
|
| Constructor and Description |
|---|
RomanNumberFactory.RomanDigit(char digit,
int value,
boolean pre)
Constructs a roman digit
|