|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.lehigh.swat.hawk.storage.ResultSet
public class ResultSet
Encapsulating the set of results to a query.
Constructor Summary | |
---|---|
ResultSet()
Constructor |
Method Summary | |
---|---|
void |
addResult(Result r)
add a result |
void |
deleteResult(Result r)
delete a result |
Result |
getNextResult()
Get the next result. |
int |
getResultsNumber()
Get the number of results. |
boolean |
hasMoreResults()
Tell if the set has more element. |
java.lang.String |
toString()
ToString method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResultSet()
Method Detail |
---|
public void addResult(Result r)
public void deleteResult(Result r)
public Result getNextResult()
public boolean hasMoreResults()
public int getResultsNumber()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |