public class CollectionToolkit extends Object
Constructor and Description |
---|
CollectionToolkit() |
Modifier and Type | Method and Description |
---|---|
static int |
compareKeySet(List<String> actualKeySet,
List<String> expectedKeySet)
This method is to compare if every string at a specific position of the two (size-equal) comparing lists is equal to each other
TODO : this compares ORDERED keysets for equality (ignoring case and initial/terminal whitespace).
|
public static int compareKeySet(List<String> actualKeySet, List<String> expectedKeySet)
actualKeySet
- the actual string listexpectedKeySet
- the expected string listCopyright © 2018-2019 Henix. All Rights Reserved.