public final class StringUtils extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
isEmpty(java.lang.String string) |
Checks whether a string is
null or of zero length. |
public static boolean isEmpty(java.lang.String string)
null or of zero length.string - The string to check, may be null.true if the string is null or of zero length, false otherwise.