Constructor and Description |
---|
ValidateUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isAllEmpty(Object... os)
对象组中是否全是空对象
|
static boolean |
isEmpty(Object o)
对象是否为空
|
static boolean |
isNotEmpty(Object o)
对象是否不为空(新增)
|
static boolean |
isOneEmpty(Object... os)
对象组中是否存在空对象
|
Copyright © 2018. All rights reserved.