public class MatchUtils extends Object
| Constructor and Description |
|---|
MatchUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
sameMatchFields(List<MatchField> one,
List<MatchField> two)
Performs order independent comparison of two lists of match fields.
|
public static boolean sameMatchFields(List<MatchField> one, List<MatchField> two)
one - first listtwo - second listCopyright © 2014. All Rights Reserved.