|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mckoi.util.SearchResults
public final class SearchResults
This object stores the result of a given search. It provides information object where in the set the found elements are, and the number of elements in the set that match the search criteria.
Constructor Summary | |
---|---|
SearchResults()
The Constructor. |
Method Summary | |
---|---|
int |
getCount()
Functions for querying information in the results. |
int |
getIndex()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchResults()
Method Detail |
---|
public int getCount()
public int getIndex()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |