Uses of Class
com.emarsys.ecommon.collections.fuzzy.FuzzyException

Packages that use FuzzyException
com.emarsys.ecommon.collections.fuzzy The fuzzy framework provides the ability to do fuzzy comparisons on arbitrary objects. 
 

Uses of FuzzyException in com.emarsys.ecommon.collections.fuzzy
 

Subclasses of FuzzyException in com.emarsys.ecommon.collections.fuzzy
 class FingerPrintException
          Indicates an error on processing a FuzzyFingerPrint instance.
 class FuzzyComparisonException
          Indicates an Exception during a fuzzy comparison.
 

Methods in com.emarsys.ecommon.collections.fuzzy that throw FuzzyException
 float FuzzyComparator.compare(T o1, T o2)
          Compares its two arguments for similarity.
 float FuzzyComparable.compareTo(T o)
          Compares its two arguments for similarity.
 boolean FuzzyComparison.hasMinEqualsDelta(T t1, T t2)
           
 boolean FuzzyComparison.isAlmostEqual(T t1, T t2)
           
 boolean FuzzyComparison.isUnlikelyEqual(T t1, T t2)
           
 



Copyright © 2010 emarsys AG. All Rights Reserved.