public final class Strings extends Object
String instances.
NOTE: proxy for the Guava implementation of com.google.common.base.Strings.
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isNullOrEmpty(String
Returns
true if the given string is null or is the empty string.
|
public static boolean isNullOrEmpty(Stringstring)
true if the given string is null or is the empty string.
string - a string reference to check (may be
null)
true if the string is null or is the empty string