Uses of Interface
com.amazonaws.test.util.UnorderedCollectionComparator.CrossTypeComparator
-
Packages that use UnorderedCollectionComparator.CrossTypeComparator Package Description com.amazonaws.test.util -
-
Uses of UnorderedCollectionComparator.CrossTypeComparator in com.amazonaws.test.util
Methods in com.amazonaws.test.util with parameters of type UnorderedCollectionComparator.CrossTypeComparator Modifier and Type Method Description static <A,B>
booleanUnorderedCollectionComparator. equalUnorderedCollections(Collection<A> colA, Collection<B> colB, UnorderedCollectionComparator.CrossTypeComparator<A,B> comparator)
Compares two unordered lists of different types, using the specified cross-type comparator.
-