public final class StringUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBlank(String string)
Checks whether string is null or empty.
|
static boolean |
isNotBlank(String string)
Checks whether string is not null or empty.
|
public static boolean isBlank(String string)
string - - String to checktrue if string is null or empty.public static boolean isNotBlank(String string)
string - - String to checktrue if string is not null or empty.Copyright © 2018. All rights reserved.