public class CollectionUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEqualCollection(java.util.Collection<?> c1,
java.util.Collection<?> c2)
Returns true if the two collections are equal.
|
public static boolean isEqualCollection(java.util.Collection<?> c1,
java.util.Collection<?> c2)
c1 - the first collection, may be nullc2 - the second collection, may be null