public class RomanNumeral extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
LIMITED_LOWERCASE_ROMAN_NUMERAL |
static Pattern |
LIMITED_ROMAN_NUMERAL |
static Pattern |
LOWERCASE_ROMAN_NUMERAL |
static Pattern |
ROMAN_NUMERAL |
| Constructor and Description |
|---|
RomanNumeral(int arabic) |
RomanNumeral(String roman) |
public static final Pattern ROMAN_NUMERAL
public static final Pattern LOWERCASE_ROMAN_NUMERAL
public static final Pattern LIMITED_ROMAN_NUMERAL
public static final Pattern LIMITED_LOWERCASE_ROMAN_NUMERAL
public RomanNumeral(int arabic)
public RomanNumeral(String roman)
Copyright © 2020. All rights reserved.