Class DecimalFormatUtil


  • public final class DecimalFormatUtil
    extends java.lang.Object
    This file is a helper class for internal usage only. Be aware that its API and functionality may be changed in future.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.text.DecimalFormatSymbols dfs  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private DecimalFormatUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String formatNumber​(double d, java.lang.String pattern)  
      • Methods inherited from class java.lang.Object

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

      • dfs

        private static final java.text.DecimalFormatSymbols dfs
    • Constructor Detail

      • DecimalFormatUtil

        private DecimalFormatUtil()
    • Method Detail

      • formatNumber

        public static java.lang.String formatNumber​(double d,
                                                    java.lang.String pattern)