Package com.mckoi.util
Class SearchResults
java.lang.Object
com.mckoi.util.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.
- Author:
- Tobias Downer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SearchResults
public SearchResults()The Constructor.
-
-
Method Details
-
getCount
public int getCount()Functions for querying information in the results. -
getIndex
public int getIndex()
-