Class NumericFormat


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

      Constructors 
      Constructor Description
      NumericFormat()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String apply​(long value)  
      static java.lang.String apply​(long value, int settings)  
      static int precision​(int precision)  
      • Methods inherited from class java.lang.Object

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

      • NumericFormat

        public NumericFormat()
    • Method Detail

      • precision

        public static int precision​(int precision)
      • apply

        public static java.lang.String apply​(long value)
      • apply

        public static java.lang.String apply​(long value,
                                             int settings)