public class EqualsDeepUtils extends Object
| Constructor and Description |
|---|
EqualsDeepUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equalsDeep(Collection<?> col1,
Collection<?> col2) |
static boolean |
equalsDeep(EqualsDeep expected,
Object check) |
static boolean |
equalsDeep(Object expected,
Object check) |
public static boolean equalsDeep(Collection<?> col1, Collection<?> col2)
public static boolean equalsDeep(EqualsDeep expected, Object check)
Copyright © 2021. All rights reserved.