All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static boolean |
equals(String s1,
String s2,
boolean caseSensitive) |
static boolean |
isEmpty(CharSequence cs) |
static String |
random(int count,
boolean letters,
boolean numbers) |
static String |
random(int count,
int start,
int end,
boolean letters,
boolean numbers) |
static String |
random(int count,
int start,
int end,
boolean letters,
boolean numbers,
char[] chars,
Random random) |
static String |
randomAlphanumeric(int count) |
static String[] |
split(String str,
String separatorChars) |