| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBlank(String value)
Determines if the given
String is null or empty. |
static boolean |
isNotBlank(String value)
Determines if the given
String is not null or empty. |
Copyright © 2017. All rights reserved.