public class ObjectUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEmpty(Collection collection) |
static boolean |
isEmpty(List list) |
static boolean |
isEmpty(Map map) |
static boolean |
isEmpty(Set set) |
static boolean |
isEmpty(String str) |
static boolean |
isEmpty(String[] strings) |
static boolean |
isNotEmpty(List list) |
static boolean |
isNotEmpty(Map map) |
static boolean |
isNotEmpty(Set set) |
static boolean |
isNotEmpty(String str) |
static boolean |
isNotEmpty(String[] strings) |
static boolean |
isTrue(Boolean b) |
static String |
string(Object obj) |
public static boolean isEmpty(Collection collection)
public static boolean isEmpty(List list)
public static boolean isNotEmpty(List list)
public static boolean isEmpty(Set set)
public static boolean isNotEmpty(Set set)
public static boolean isEmpty(Map map)
public static boolean isNotEmpty(Map map)
public static boolean isEmpty(String str)
public static boolean isNotEmpty(String str)
public static boolean isEmpty(String[] strings)
public static boolean isNotEmpty(String[] strings)
public static boolean isTrue(Boolean b)
Copyright © 2024. All rights reserved.