|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
DataList interface.
Represent a collection of data.
| Method Summary | |
void |
close()
Close the data list. |
Object |
get(int index,
Object object)
Get the object at the index position. |
boolean |
isEmpty()
Check if the data list is empty. |
DataListIterator |
iterator()
Get the DataListIterator object. |
| Method Detail |
public DataListIterator iterator()
throws Exception
Exception - if any error occurs
public void close()
throws Exception
Exception - if any error occurs
public Object get(int index,
Object object)
throws Exception
index position.
index - list indexobject - the object to fill with data
index position
Exception - if any error occurs
public boolean isEmpty()
throws Exception
Exception - if any error occurs
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||