public abstract class Utilities extends Object
Type Params | Return Type | Name and description |
---|---|---|
|
static String |
eol() |
|
static boolean |
isJavaIdentifier(String name) Tells if the given string is a valid Java identifier. |
|
static String |
repeatString(String pattern, int repeats) |