Package com.emarsys.ecommon.collections.fuzzy

The fuzzy framework provides the ability to do fuzzy comparisons on arbitrary objects.

See:
          Description

Interface Summary
FuzzyComparable<T> Compares its two arguments for similarity.
FuzzyComparator<T> A comparison function to measure the similarity between objects that imposes a NO ordering on them.
FuzzyFingerPrintable<T> Indicates that the implementing class can provide a FuzzyFingerPrint for fuzzy comparisons.
 

Class Summary
FuzzyComparison<T extends FuzzyComparable<T>> Util class for comparing the results of fuzzy comparisons.
FuzzyFingerPrint<T> A FuzzyFingerPrint represents kind of a signature of its wrapped object of type T which can be used for fuzzy comparisons.
 

Exception Summary
FingerPrintException Indicates an error on processing a FuzzyFingerPrint instance.
FuzzyComparisonException Indicates an Exception during a fuzzy comparison.
FuzzyException Super class for all Exceptions originated in fuzzy actions.
 

Package com.emarsys.ecommon.collections.fuzzy Description

The fuzzy framework provides the ability to do fuzzy comparisons on arbitrary objects.



Copyright © 2010 emarsys AG. All Rights Reserved.