|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.penguinwerks.jodene.ResultSet
A result set is a collection of inputs and their returned results.
| Constructor Summary | |
ResultSet()
Creates a new instance of ResultSet |
|
| Method Summary | |
void |
addResult(Result result)
Add a result to the result set. |
Result |
getResult(int index)
Returns the result at the given index. |
int |
getSize()
Returns the size of the result set. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ResultSet()
| Method Detail |
public void addResult(Result result)
result - A new resultpublic Result getResult(int index)
index - The index of the result.
public int getSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||