public class StrUtils extends Object
| Constructor and Description |
|---|
StrUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkBlank(CharSequence cs) |
static boolean |
checkEmpty(CharSequence cs) |
static boolean |
checkNotBlank(CharSequence cs) |
static boolean |
checkNotEmpty(CharSequence cs) |
public static boolean checkEmpty(CharSequence cs)
public static boolean checkNotEmpty(CharSequence cs)
public static boolean checkBlank(CharSequence cs)
public static boolean checkNotBlank(CharSequence cs)
Copyright © 2020. All rights reserved.