|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Sequence<T>
Sequence allows you to iterate a sequence of not-null objects. The loop you would use may look this way:
while ((i=Sequence.next()) != null) {
:
:
}
| Method Summary | |
|---|---|
T |
next()
Return the next item in the iteration. |
| Method Detail |
|---|
T next()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||