Uses of Class
org.aesh.readline.fuzzy.FuzzyScorer.ScoredEntry
Packages that use FuzzyScorer.ScoredEntry
-
Uses of FuzzyScorer.ScoredEntry in org.aesh.readline.fuzzy
Methods in org.aesh.readline.fuzzy that return types with arguments of type FuzzyScorer.ScoredEntryModifier and TypeMethodDescriptionFuzzyScorer.narrow(List<FuzzyScorer.ScoredEntry> previousResults, int[] pattern, boolean withPos) Narrow a previous result set by scoring against a longer pattern.Filter and rank a list of entries against a pattern.Filter and rank a list of entries against a pattern, with timestamps.Method parameters in org.aesh.readline.fuzzy with type arguments of type FuzzyScorer.ScoredEntryModifier and TypeMethodDescriptionFuzzyScorer.narrow(List<FuzzyScorer.ScoredEntry> previousResults, int[] pattern, boolean withPos) Narrow a previous result set by scoring against a longer pattern.