public class StringUtils extends Object
| 构造器和说明 |
|---|
StringUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
isBlank(CharSequence cs)
Is blank boolean.
|
static boolean |
isEmpty(Object[] array)
Is empty boolean.
|
static boolean |
isNoneBlank(CharSequence... css)
Is none blank boolean.
|
public static boolean isNoneBlank(CharSequence... css)
css - the csspublic static boolean isEmpty(Object[] array)
array - the arraypublic static boolean isBlank(CharSequence cs)
cs - the csCopyright © 2019 dromara. All rights reserved.