| Constructor and Description |
|---|
StringUtil()
|
| Modifier and Type | Method and Description |
|---|---|
static String |
chars(char c, int n)
|
static String |
getStackTrace(Throwable
Returns an throwable's stack trace
|
static String |
getStackTrace(Throwable
|
static String |
spaces(int n)
|
static String |
split(String
Mimics the the Java SE
String method.
|
static String |
toString(double d)
|
public static final StringNEWLINE
public static String[] split(String s, String separator)
String.split(String) method.
s - the string to split.
separator - the separator to use.
public static StringtoString(double d)
public static Stringspaces(int n)
public static Stringchars(char c, int n)