|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Iterable<E>
This interface is used to indicate that a given class can be
iterated over. The compiler uses this interface to determine which
classes are suitable targets of the foreach
construct.
Method Summary | |
---|---|
Iterator<E> |
iterator()
Returns an iterator for the collection. |
Method Detail |
---|
Iterator<E> iterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |