|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
dkIterator is the base interface for iterators. It is used to iterate over a collection members. dkIterator is sub-classed to provide suitable implementation for each collection type.
Method Summary | |
boolean |
more()
Returns true if there are more elements in the collection. |
java.lang.Object |
next()
Advances the iterator to the next element and gets that element in the collection |
void |
reset()
Resets the iterator to the beginning of the collection. |
Method Detail |
public java.lang.Object next() throws DKUsageError
public void reset()
public boolean more()
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |