Class IndentUtils


  • public class IndentUtils
    extends Object
    • Method Detail

      • indentSpace

        @NotNull
        public static @NotNull StringBuilder indentSpace​(int len)
        Creates a new StringBuilder with the given number of spaces and returns it.
        Parameters:
        len - the number of spaces
        Returns:
        a StringBuilder with the specificed number of initial spaces.
      • arrayString

        @NotNull
        public static <T> @NotNull String arrayString​(T @NotNull [] items)
        There is Arrays.toString, but this is intended to produce Cymling code some day.
      • arrayString

        @NotNull
        public static @NotNull String arrayString​(int @NotNull [] items)
        There is Arrays.toString, but this is intended to produce Cymling code some day.