public class CollectionUtils extends Object
| Constructor and Description |
|---|
CollectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEmpty(Collection<?> coll) |
static boolean |
isNotEmpty(Collection<?> coll) |
static <E> List<E> |
listOf(E... elements) |
public static <E> List<E> listOf(E... elements)
public static boolean isEmpty(Collection<?> coll)
public static boolean isNotEmpty(Collection<?> coll)
Copyright © 2021. All rights reserved.