public class IndentUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
arrayString(int[] items)
There is Arrays.toString, but this is intended to produce Cymling code some day.
|
static <T> String |
arrayString(T[] items)
There is Arrays.toString, but this is intended to produce Cymling code some day.
|
static StringBuilder |
indentSpace(int len)
Creates a new StringBuilder with the given number of spaces and returns it.
|
public static StringBuilder indentSpace(int len)
len - the number of spacesStringBuilder with the specificed number of initial spaces.public static <T> String arrayString(T[] items)
public static String arrayString(int[] items)
Copyright © 2019. All rights reserved.