public final class Utils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isNotEmpty(String str)
Checks if a String is non
null and is
not empty (length > 0). |
public static boolean isNotEmpty(String str)
Checks if a String is non null and is
not empty (length > 0).
str - the String to checkCopyright © 2002–2024 The Apache Software Foundation. All rights reserved.