public final class CollectionUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isNotNullOrEmpty(Collection collection) |
static <T> boolean |
isNotNullOrEmpty(T[] collection) |
static boolean |
isNullEmpty(Collection collection) |
static <T> boolean |
isNullEmpty(T[] collection) |
public static boolean isNullEmpty(Collection collection)
public static boolean isNotNullOrEmpty(Collection collection)
public static <T> boolean isNullEmpty(T[] collection)
public static <T> boolean isNotNullOrEmpty(T[] collection)
Copyright © 2021. All rights reserved.