public abstract class Utilities extends Object
Constructor and Description |
---|
Utilities() |
Modifier and Type | Method and Description |
---|---|
static String |
eol()
Returns the end-of-line marker.
|
static boolean |
isJavaIdentifier(String name)
Tells if the given string is a valid Java identifier.
|
static String |
repeatString(String pattern,
int repeats)
Returns a string made up of repetitions of the specified string.
|
public static String repeatString(String pattern, int repeats)
public static String eol()
public static boolean isJavaIdentifier(String name)