Class StringUtil


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

      Constructors 
      Constructor Description
      StringUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String format​(java.lang.String format, java.lang.Object... args)
      Return the result of String.format, using Locale.US .
      • Methods inherited from class java.lang.Object

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

      • StringUtil

        public StringUtil()
    • Method Detail

      • format

        public static java.lang.String format​(java.lang.String format,
                                              java.lang.Object... args)
        Return the result of String.format, using Locale.US . This is needed for formats such as "%d" which has locale-specific interpretation.