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