public class Emptys extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static byte[] |
EMPTY_BYTES |
static char[] |
EMPTY_CHARS |
static Class<?>[] |
EMPTY_CLASSES |
static int[] |
EMPTY_INTS |
static Object[] |
EMPTY_OBJECTS |
static String[] |
EMPTY_STRINGS |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> int |
getLength(T object) |
static boolean |
isAllEmpty(Object... args) |
static boolean |
isAnyEmpty(Object... args) |
static boolean |
isEmpty(Object object) |
static boolean |
isNoneEmpty(Object... args) |
static boolean |
isNotEmpty(Object o) |
static boolean |
isNotNull(Object o) |
static boolean |
isNull(Object o) |
public static final int[] EMPTY_INTS
public static final byte[] EMPTY_BYTES
public static final char[] EMPTY_CHARS
public static final Object[] EMPTY_OBJECTS
public static final Class<?>[] EMPTY_CLASSES
public static final String[] EMPTY_STRINGS
public static boolean isAnyEmpty(Object... args)
public static boolean isNoneEmpty(Object... args)
public static boolean isAllEmpty(Object... args)
public static boolean isEmpty(Object object)
public static boolean isNotEmpty(Object o)
public static boolean isNull(Object o)
public static boolean isNotNull(Object o)
public static <T> int getLength(T object)
Copyright © 2022. All rights reserved.