|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Iterable<T>
Implementations of this interface can be used within a foreach
statement.
| Method Summary | |
|---|---|
Iterator<T> |
iterator()
Returns an Iterator for the elements in this object. |
| Method Detail |
|---|
Iterator<T> iterator()
Returns an Iterator for the elements in this object.
Iterator instance.
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||