public class StringUtils extends Object
| Constructor and Description |
|---|
StringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEmpty(CharSequence value)
Checks if a CharSequence is null or has no characters.
|
public static boolean isEmpty(CharSequence value)
value - the CharSequence to checktrue if the CharSequence is null or nullCopyright © 2017. All rights reserved.