public class StringUtils extends Object
| Constructor and Description |
|---|
StringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEmpty(String str)
Checks if a string is null or empty after trimming.
|
public static boolean isEmpty(String str)
str - The string to check.Copyright © 2018–2024. All rights reserved.