public final class StringUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEmpty(String str)
Checks if a string is empty or null.
|
static boolean |
isNotEmpty(String str)
Checks if a string is not empty and not null.
|
public static boolean isEmpty(String str)
str - the string to checkpublic static boolean isNotEmpty(String str)
str - the string to checkCopyright © 2025. All rights reserved.