| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBlank(String s)
Checks if a string is empty(""), null or whitespace only.
|
static boolean |
isNotBlank(String s)
Checks if a string is not empty(""), not null and not whitespace only.
|
public static boolean isBlank(String s)
s - string to check.public static boolean isNotBlank(String s)
s - string to check.Copyright © 2021. All rights reserved.