public class CollectionUtil extends Object
| Constructor and Description |
|---|
CollectionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEmpty(Collection<?> c) |
static <T> Collection<T> |
safe(Collection<T> l) |
static <T> List<T> |
safe(List<T> l) |
static <T> Set<T> |
safe(Set<T> l) |
public static boolean isEmpty(Collection<?> c)
public static <T> Collection<T> safe(Collection<T> l)
Copyright © 2020 Fraunhofer IWU. All rights reserved.