Class GollumStringUtils

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static String buildStringWith(Array<String> strings) Used to concat multiple strings via a stringbuilder to maximize performances.
      static String join(char separator, List<out Object> data) Return a string which contains the given data separated by the separator parameter.
      static String capitalize(@Nullable() String message) Upper case first letter.
      • Methods inherited from class java.lang.Object

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

      • GollumStringUtils

        GollumStringUtils()