Class GeorgianNumbering


  • public class GeorgianNumbering
    extends java.lang.Object
    This class can produce String combinations representing a georgian numeral. See https://en.wikipedia.org/wiki/Georgian_numerals
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private GeorgianNumbering()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String toGeorgian​(int number)
      Converts the given number to its georgian numeral representation.
      • Methods inherited from class java.lang.Object

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

      • GeorgianNumbering

        private GeorgianNumbering()
    • Method Detail

      • toGeorgian

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