public class CollectionUtils extends Object
| Constructor and Description |
|---|
CollectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEmpty(Collection<?> coll)
Is empty boolean.
|
static boolean |
isNotEmpty(Collection<?> coll)
Is not empty boolean.
|
public static boolean isEmpty(Collection<?> coll)
coll - the collpublic static boolean isNotEmpty(Collection<?> coll)
coll - the collCopyright © 2021 The Apache Software Foundation. All rights reserved.