|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoopStatus
Exposes the current status of an iteration.
Used with ForEach
if ForEach.setVarStatus(java.lang.String)
is called.
Method Summary | |
---|---|
java.lang.Object |
getCurrent()
Retrieves the current item in the iteration. |
int |
getIndex()
Retrieves the index of the current round of the iteration (0-based). |
Method Detail |
---|
int getIndex()
java.lang.Object getCurrent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |