Class RomanNumerals


  • public class RomanNumerals
    extends java.lang.Object
    Portable Roman Numeral conversion. Ported to Java from https://github.com/Gaming32/Roman-Numerals.
    • Constructor Summary

      Constructors 
      Constructor Description
      RomanNumerals()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String intToRoman​(int i)  
      static int romanToInt​(java.lang.String roman)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RomanNumerals

        public RomanNumerals()
    • Method Detail

      • intToRoman

        public static java.lang.String intToRoman​(int i)
      • romanToInt

        public static int romanToInt​(java.lang.String roman)