public class Check extends Object
| Constructor and Description |
|---|
Check() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
check(Object target) |
static boolean |
isEmpty(Collection target) |
static boolean |
isEmpty(Map target) |
static boolean |
isEmpty(String target) |
static boolean |
isNotNull(Object target) |
public static boolean isEmpty(Collection target)
public static boolean isEmpty(String target)
public static boolean isEmpty(Map target)
public static boolean check(Object target)
public static boolean isNotNull(Object target)
Copyright © 2022. All rights reserved.