public class Strings extends Object
Constructor and Description |
---|
Strings() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isNullOrEmpty(String s)
Return
true if the given string is null or empty. |
static String |
nullToEmpty(String s)
Return either
s , or an empty string if s is null . |