public final class Collections extends Object
Internal API: these methods are part of the internal API and may be removed, have their signature change, or have their access level decreased from public to protected, package, or private in future versions without notice.
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEmpty(Collection<?> collection)
Check if a collection is null or empty.
|
public static boolean isEmpty(Collection<?> collection)
collection - Collection to check.Copyright © 2019. All rights reserved.