Class ArmenianNumbering


  • public class ArmenianNumbering
    extends java.lang.Object
    This class can produce String combinations representing an armenian numeral. See https://en.wikipedia.org/wiki/Armenian_numerals
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ArmenianNumbering()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String toArmenian​(int number)
      Converts an integer to armenian numeral representation.
      • Methods inherited from class java.lang.Object

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

      • ArmenianNumbering

        private ArmenianNumbering()
    • Method Detail

      • toArmenian

        public static java.lang.String toArmenian​(int number)
        Converts an integer to armenian numeral representation.
        Parameters:
        number - a number greater than zero to be converted to armenian notation
        Returns:
        an armenian numeral representation of an integer.