public class Sets extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
assertEqual(Set<?> set0,
Set<?> set1)
Assert that the given sets are equal, and throw an
IllegalArgumentException if this is not the case,
with a message that contains information about the difference
between the sets |
public static void assertEqual(Set<?> set0, Set<?> set1)
IllegalArgumentException if this is not the case,
with a message that contains information about the difference
between the setsset0 - The first setset1 - The second setIllegalArgumentException - If the sets are not equalCopyright © 2020. All rights reserved.