Uses of Class
de.folt.fuzzy.SearchResult

Packages that use SearchResult
de.folt.fuzzy   
 

Uses of SearchResult in de.folt.fuzzy
 

Subclasses of SearchResult in de.folt.fuzzy
 class FuzzyNodeSearchResult<K,T>
          This class represents the result of a fuzzy node search.
 class FuzzyStringHashtableResult<T>
          A search results where the search is based on strings and returns a object T which represents the associated value of the search operation.