Package | Description |
---|---|
com.amazonaws.test.util |
Modifier and Type | Method and Description |
---|---|
static <A,B> boolean |
UnorderedCollectionComparator.equalUnorderedCollections(java.util.Collection<A> colA,
java.util.Collection<B> colB,
UnorderedCollectionComparator.CrossTypeComparator<A,B> comparator)
Compares two unordered lists of different types, using the specified
cross-type comparator.
|