Class NiceNumber


  • public class NiceNumber
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NiceNumber()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String format​(long v)  
      static int getNicer​(int value)  
      • Methods inherited from class java.lang.Object

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

      • NiceNumber

        public NiceNumber()
    • Method Detail

      • getNicer

        public static int getNicer​(int value)
      • format

        public static java.lang.String format​(long v)