Uses of Interface
com.intuit.fuzzymatcher.domain.Matchable
-
Packages that use Matchable Package Description com.intuit.fuzzymatcher.domain -
-
Uses of Matchable in com.intuit.fuzzymatcher.domain
Classes in com.intuit.fuzzymatcher.domain with type parameters of type Matchable Modifier and Type Class Description classMatch<T extends Matchable>A generic class to hold the match between 2 objects and the score of the match result.Classes in com.intuit.fuzzymatcher.domain that implement Matchable Modifier and Type Class Description classDocumentThe primary object for matching.classElement<T>This class represent the string "value" against which match are run.Methods in com.intuit.fuzzymatcher.domain with parameters of type Matchable Modifier and Type Method Description longDocument. getChildCount(Matchable other)longElement. getChildCount(Matchable other)This gets the Max number of tokens present between matching Elements.longMatchable. getChildCount(Matchable other)longDocument. getUnmatchedChildCount(Matchable other)longElement. getUnmatchedChildCount(Matchable other)longMatchable. getUnmatchedChildCount(Matchable other)
-