Class AlphaNumerals


  • class AlphaNumerals
    extends java.lang.Object
    Version:
    $Id$
    • Constructor Summary

      Constructors 
      Constructor Description
      AlphaNumerals()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.lang.String toString​(int n)  
      (package private) static java.lang.String toString​(int n, boolean lowerCase)  
      • Methods inherited from class java.lang.Object

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

      • AlphaNumerals

        AlphaNumerals()
    • Method Detail

      • toString

        static java.lang.String toString​(int n)
      • toString

        static java.lang.String toString​(int n,
                                         boolean lowerCase)