@Deprecated
public final class StringUtils
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
StringUtils()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
isEmpty(java.lang.String string)
Deprecated.
use
org.apache.commons.lang3.StringUtils.isEmpty() instead |
public static boolean isEmpty(java.lang.String string)
org.apache.commons.lang3.StringUtils.isEmpty()
insteadnull
or of zero length.string
- The string to check, may be null
.true
if the string is null
or of zero length, false
otherwise.