Class HumanAlphaSerie


  • public final class HumanAlphaSerie
    extends java.lang.Object
    Used to convert an integer index to an alpha index. Index in: A..Z,AA..ZZ,AAA...
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String toString​(int nbr)
      Convert an integer to an alpha index.
      • Methods inherited from class java.lang.Object

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

      • toString

        public static java.lang.String toString​(int nbr)
        Convert an integer to an alpha index.
        Parameters:
        nbr - the number to convert
        Returns:
        the alpha index