public class CollectionUtils extends Object
| Constructor and Description |
|---|
CollectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> boolean |
disjoint(Collection<T> c1,
Collection<T> c2) |
static <T> void |
removeNulls(Collection<T> list) |
public static <T> void removeNulls(Collection<T> list)
public static <T> boolean disjoint(Collection<T> c1, Collection<T> c2)
Licenced under the Apache License, Version 2.0