Interface IObjectMatcher<T,​U extends IComparedObjects<T>>

    • Method Detail

      • match

        Collection<U> match​(List<T> mainObjects,
                            List<T> otherObjects,
                            List<T> ancestorObjects)
        Returns a collection of matched objects for the specified collections of objects.
        Parameters:
        mainObjects - the collection of objects to be matched from the main side
        otherObjects - the collection of objects to be matched from the other side
        ancestorObjects - the collection of objects to be matched from the common ancestor side
        Returns:
        a collection of matched compared objects with ids