Class RMRomanNumeralFormat


  • public class RMRomanNumeralFormat
    extends java.lang.Object
    A utility class for converting an integer into roman numerals.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String format​(int aValue)
      Return a roman numeral representation of the number as a string.
      • Methods inherited from class java.lang.Object

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

      • RMRomanNumeralFormat

        public RMRomanNumeralFormat()
    • Method Detail

      • format

        public static java.lang.String format​(int aValue)
        Return a roman numeral representation of the number as a string. Returned characters are all uppercase. Valid range is 1-4999