Class Strings

java.lang.Object
org.elasticsearch.core.Strings

public class Strings extends Object
Utilities related to String class
  • Constructor Details

    • Strings

      public Strings()
  • Method Details

    • format

      public static String format(String format, Object... args)
      Returns a formatted string using the specified format string and arguments.

      This method calls String.format(Locale, String, Object...) with Locale.ROOT If format is incorrect the function will return format without populating its variable placeholders.