public final class StringUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equalsChar(char expected,
CharSequence s) |
static boolean |
isEmptyString(CharSequence s)
Returns true if the param is not null and empty.
|
public static boolean isEmptyString(CharSequence s)
s - the string to checkpublic static boolean equalsChar(char expected,
CharSequence s)
expected - the char that we expects - the string to checkCopyright © 2025 HtmlUnit. All rights reserved.