public interface FastLookup
| Modifier and Type | Method and Description |
|---|---|
String |
getResult(int i)
Get the i'th string found by the last lookup
|
double |
getScore(int i)
Get the score of the i'th string found by the last lookup
|
Object |
getValue(int i)
Get the value of the i'th string found by the last lookup
|
int |
lookup(double minScore,
String toFind)
Lookup items similar to 'toFind', and return the number of
items found.
|
int lookup(double minScore,
String toFind)
String getResult(int i)
Object getValue(int i)
double getScore(int i)
Copyright © 2016. All rights reserved.