public class TextUtil
extends java.lang.Object
| Constructor and Description |
|---|
TextUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEmpty(java.lang.String... texts)
If any item is empty returns true
|
static boolean |
isEmpty(java.lang.String text)
Return true if the text is empty
|