public class StringUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EMPTY |
static String |
SPACE |
Modifier and Type | Method and Description |
---|---|
static boolean |
isEmpty(CharSequence charSequence)
Checks if String is null
|
public static final String SPACE
public static final String EMPTY
public static boolean isEmpty(CharSequence charSequence)
charSequence
- CharSequence
Can provide nullBoolean
if provided char sequence is null or empty / blankCopyright © 2017 Microsoft Corporation. All rights reserved.