Uses of Interface
com.amazonaws.test.util.UnorderedCollectionComparator.CrossTypeComparator
Packages that use UnorderedCollectionComparator.CrossTypeComparator
-
Uses of UnorderedCollectionComparator.CrossTypeComparator in com.amazonaws.test.util
Methods in com.amazonaws.test.util with parameters of type UnorderedCollectionComparator.CrossTypeComparatorModifier and TypeMethodDescriptionstatic <A,
B> boolean UnorderedCollectionComparator.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.