Uses of Enum Class
cloud.opencode.base.string.match.FuzzyMatcher.MatchAlgorithm
Packages that use FuzzyMatcher.MatchAlgorithm
-
Uses of FuzzyMatcher.MatchAlgorithm in cloud.opencode.base.string.match
Subclasses with type arguments of type FuzzyMatcher.MatchAlgorithm in cloud.opencode.base.string.matchModifier and TypeClassDescriptionstatic enumMatching algorithm enumeration.Methods in cloud.opencode.base.string.match that return FuzzyMatcher.MatchAlgorithmModifier and TypeMethodDescriptionstatic FuzzyMatcher.MatchAlgorithmReturns the enum constant of this class with the specified name.static FuzzyMatcher.MatchAlgorithm[]FuzzyMatcher.MatchAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.string.match with parameters of type FuzzyMatcher.MatchAlgorithmModifier and TypeMethodDescriptionFuzzyMatcher.Builder.algorithm(FuzzyMatcher.MatchAlgorithm algorithm) Sets the matching algorithm.