Uses of Class
org.aesh.readline.fuzzy.FuzzyResult
Packages that use FuzzyResult
-
Uses of FuzzyResult in org.aesh.readline.fuzzy
Fields in org.aesh.readline.fuzzy declared as FuzzyResultModifier and TypeFieldDescriptionfinal FuzzyResultFuzzyScorer.ScoredEntry.matchThe fuzzy match result.static final FuzzyResultFuzzyResult.NO_MATCHNo match found.Methods in org.aesh.readline.fuzzy that return FuzzyResultModifier and TypeMethodDescriptionFuzzyAlgo.match(boolean caseSensitive, int[] text, int[] pattern, boolean withPos) Perform fuzzy matching using the optimal algorithm (V2 with V1 fallback).FuzzyScorer.score(int[] text, int[] pattern, boolean withPos) Score a single text entry against a pattern.Constructors in org.aesh.readline.fuzzy with parameters of type FuzzyResultModifierConstructorDescriptionScoredEntry(int index, int[] text, FuzzyResult match) Create a scored entry with no timestamp.ScoredEntry(int index, int[] text, FuzzyResult match, long timestamp) Create a scored entry with a timestamp.