|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Iterable
Represents anything that supports iteration via yield.
Zephyr Business Solution
Method Summary | |
---|---|
void |
iterate(Continuation y)
Iterate through all the elements, call y.yield(elem) for each element. |
Method Detail |
---|
void iterate(Continuation y)
y
- the Continuation object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |