- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 26 of file FoundList.java.
◆ FoundList()
org.turro.elephant.search.FoundList.FoundList |
( |
| ) |
|
◆ addItem()
void org.turro.elephant.search.FoundList.addItem |
( |
String |
id, |
|
|
String |
link, |
|
|
String |
image, |
|
|
String |
title, |
|
|
String |
value, |
|
|
double |
similarity, |
|
|
String |
query |
|
) |
| |
Definition at line 66 of file FoundList.java.
68 add(
new FoundItem(
id, link, image, title, value, similarity, query));
◆ addResults()
void org.turro.elephant.search.FoundList.addResults |
( |
FoundList |
newList | ) |
|
◆ getCount()
int org.turro.elephant.search.FoundList.getCount |
( |
| ) |
|
The documentation for this class was generated from the following file: