|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcorelib.services.web.searchengine.SearchResultSet
public class SearchResultSet
This class store result for a query on the SearchEngine database.
| Method Summary | |
|---|---|
int |
getCount()
Returns the number of results stored in this SearchResulSet. |
SearchResult |
getSetResult(int index)
Returns one result, by his index, stored in this SearchResultSet. |
SearchResult[] |
toArray()
Generates a new classical array containing all SearchResult. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getCount()
public SearchResult getSetResult(int index)
index - The position of the requested result.
public SearchResult[] toArray()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||