Uses of Class
com.intuit.fuzzymatcher.domain.MatchType
-
Packages that use MatchType Package Description com.intuit.fuzzymatcher.domain -
-
Uses of MatchType in com.intuit.fuzzymatcher.domain
Methods in com.intuit.fuzzymatcher.domain that return MatchType Modifier and Type Method Description MatchTypeElement. getMatchType()protected MatchTypeElementType. getMatchType()static MatchTypeMatchType. valueOf(String name)Returns the enum constant of this type with the specified name.static MatchType[]MatchType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.intuit.fuzzymatcher.domain with parameters of type MatchType Modifier and Type Method Description Element.BuilderElement.Builder. setMatchType(MatchType matchType)Constructors in com.intuit.fuzzymatcher.domain with parameters of type MatchType Constructor Description Element(ElementType type, String variance, T value, double weight, double threshold, double neighborhoodRange, java.util.function.Function<T,T> preProcessFunction, java.util.function.Function<Element<T>,java.util.stream.Stream<Token>> tokenizerFunction, MatchType matchType)
-