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

Packages that use FingerPrintException
com.emarsys.ecommon.collections.fuzzy The fuzzy framework provides the ability to do fuzzy comparisons on arbitrary objects. 
com.emarsys.ecommon.text The text framework provides utilities for text processing, extraction and comparison. 
 

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

Methods in com.emarsys.ecommon.collections.fuzzy that throw FingerPrintException
 FuzzyFingerPrint<T> FuzzyFingerPrintable.getFingerprint()
           
static
<T> FuzzyFingerPrint<T>
FuzzyFingerPrint.getInstance(java.lang.Class<? extends FuzzyFingerPrint<T>> clazz, T newContent)
          Factory method.
 

Uses of FingerPrintException in com.emarsys.ecommon.text
 

Methods in com.emarsys.ecommon.text that throw FingerPrintException
 float Text.compareTo(Text o)
           
 boolean FuzzyTextComparison.computesFuzzyResults(Text t1, Text t2)
           
 FuzzyFingerPrint<Text> Text.getFingerprint()
           
 



Copyright © 2010 emarsys AG. All Rights Reserved.