@Immutable public final class RomanNumeral extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_VAL
Maximum value incl. to be converted to a Roman numeral
|
static int |
MIN_VAL
Minimum value incl. to be converted to a Roman numeral
|
| Modifier and Type | Method and Description |
|---|---|
static String |
intToRomanString(int nValue) |
static int |
romanStringToInt(String sRoman) |
public static final int MIN_VAL
public static final int MAX_VAL
@Nonnegative public static int romanStringToInt(String sRoman)
Copyright © 2014–2020 Philip Helger. All rights reserved.