|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Represents a set of IDataItem s that correspond to a query.
| Method Summary | |
void |
add(IDataItem theItem)
Adds a new item to the data set. |
IQueryResult |
append(IQueryResult theQueryResult)
Appends the specified query result to the end of this query result. |
boolean |
isEmpty()
|
java.util.Iterator |
iterator()
|
int |
size()
Returns the number of elements in this query result. |
| Method Detail |
public void add(IDataItem theItem)
theItem - the IDataItem to addpublic java.util.Iterator iterator()
IDataItem s in this data
setpublic IQueryResult append(IQueryResult theQueryResult)
If the argument query result is empty, the this query result is returned.
Otherwise a new IQueryResult is created, containing the
query result items of this query result and the ones of the argument one.
theQueryResult - The query result to be appended.
public boolean isEmpty()
public int size()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||