| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
isBlank(String str) |
static boolean |
isEmpty(Map<?,?> map) |
static boolean |
isEmpty(String str) |
static <T extends Collection<?>> |
isEmpty(T collection) |
static <T> boolean |
isEmpty(T[] array) |
static boolean |
isNotBlank(String str) |
static boolean |
isNotEmpty(Map<?,?> map) |
static boolean |
isNotEmpty(String str) |
static <T extends Collection<?>> |
isNotEmpty(T collection) |
static <T> boolean |
isNotEmpty(T[] array) |
static void |
verifyNotEmpty(Collection<?> collection,
String argName) |
static void |
verifyNotEmpty(String value,
String argName) |
static <T> void |
verifyNotEmpty(T[] array,
String argName) |
static void |
verifyNotNull(Object reference,
String argName) |
static <T> T |
verifyNotNull(T reference) |
public static <T> T verifyNotNull(T reference)
public static void verifyNotEmpty(Collection<?> collection, String argName)
public static <T> void verifyNotEmpty(T[] array,
String argName)
public static boolean isBlank(String str)
public static boolean isNotBlank(String str)
public static boolean isEmpty(String str)
public static <T extends Collection<?>> boolean isEmpty(T collection)
public static <T> boolean isEmpty(T[] array)
public static boolean isEmpty(Map<?,?> map)
public static boolean isNotEmpty(String str)
public static <T extends Collection<?>> boolean isNotEmpty(T collection)
public static <T> boolean isNotEmpty(T[] array)
public static boolean isNotEmpty(Map<?,?> map)
Copyright © 2020. All rights reserved.