| Modifier and Type | Method and Description |
|---|---|
static String |
emptyToNull(String string)
Empty to null.
|
static boolean |
isNotEmpty(String string)
Checks if is not null or empty.
|
static boolean |
isNullOrEmpty(String string)
Checks if is null or empty.
|
static String |
nullToEmpty(String string)
Null to empty.
|
public static String emptyToNull(String string)
Empty to null.
string - the stringpublic static boolean isNotEmpty(String string)
Checks if is not null or empty.
string - the stringpublic static boolean isNullOrEmpty(String string)
Checks if is null or empty.
string - the stringpublic static String nullToEmpty(String string)
Null to empty.
string - the stringCopyright © 2014-2016 Konik.io. All Rights Reserved.