Class SimpleMatching<T>

    • Method Detail

      • matching

        public void matching​(java.util.Collection<T> collection1,
                             org.apache.commons.collections4.Predicate<T> filter1,
                             java.util.Comparator<T> comparator1,
                             java.util.Collection<T> collection2,
                             org.apache.commons.collections4.Predicate<T> filter2,
                             MatchingScoreClosure<T> doubleClosure,
                             MatchingClosure<T> matching)
        Specified by:
        matching in interface MatchingAlgorithm<T>