Class RomanNumeral


  • public class RomanNumeral
    extends Object
    • Field Detail

      • ROMAN_NUMERAL

        public static final Pattern ROMAN_NUMERAL
      • LOWERCASE_ROMAN_NUMERAL

        public static final Pattern LOWERCASE_ROMAN_NUMERAL
      • LIMITED_ROMAN_NUMERAL

        public static final Pattern LIMITED_ROMAN_NUMERAL
      • LIMITED_LOWERCASE_ROMAN_NUMERAL

        public static final Pattern LIMITED_LOWERCASE_ROMAN_NUMERAL
    • Constructor Detail

      • RomanNumeral

        public RomanNumeral​(int arabic)
      • RomanNumeral

        public RomanNumeral​(String roman)
    • Method Detail

      • toInt

        public int toInt()