public class CollectionUtils extends Object
| Constructor and Description |
|---|
CollectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> boolean |
comparatorEquals(Collection<T> col1,
Collection<T> col2,
Comparator<T> c) |
public static <T> boolean comparatorEquals(Collection<T> col1, Collection<T> col2, Comparator<T> c)
Copyright © 2016. All Rights Reserved.