| Constructor and Description |
|---|
ResultList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Result dataResult)
Adds a
Result object to this ResultList. |
Result |
get(int index)
|
Iterator<Result> |
getDataResults()
Returns an iterator over the elements in this list in proper sequence.
|
int |
getSize()
Returns the number of elements in this list.
|
boolean |
isEmpty()
Returns
true if this list contains no elements. |
public Result get(int index)
public int getSize()
public Iterator<Result> getDataResults()
public boolean isEmpty()
true if this list contains no elements.