public final class StringUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String[] |
EMPTY_STRING_ARRAY |
Constructor and Description |
---|
StringUtils() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
getUTF8Bytes(String s) |
static String |
nonEmptyOrNull(String s) |
static boolean |
nonEmptyString(String s) |
static String |
nonEmptyTrimmedOrNull(String s) |
static String |
nonNullOrBlank(String s) |
static boolean |
nonWhitespaceString(String s) |
static String |
normalString(String s) |
static String[] |
splitCommaSeparated(String commaSep,
boolean trim) |
Copyright © 2018 com.mchange. All rights reserved.