Package com.mckoi.util
Class SearchResults
- java.lang.Object
-
- com.mckoi.util.SearchResults
-
public final class SearchResults extends java.lang.ObjectThis 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.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intfound_countThe number of elements in the array that match the given search criteria.(package private) intfound_indexThe index in the array of the found elements.
-
Constructor Summary
Constructors Constructor Description SearchResults()The Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCount()Functions for querying information in the results.intgetIndex()
-