|
|||||||||
| Home >> All >> java >> [ lang overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang
Interface Iterable

- public interface Iterable
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.
- Since:
- 1.5
| Method Summary | |
java.util.Iterator |
iterator()
Returns an iterator for the collection. |
| Method Detail |
iterator
public java.util.Iterator iterator()
- Returns an iterator for the collection.
|
|||||||||
| Home >> All >> java >> [ lang overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC