Interface Iterable
java.lang
All Known Subinterfaces:
All Known Implementing Classes:

public interface Iterable
Implementing this interface allows an object to be the target of the "foreach" statement.
Since:
1.5

Method Summary
iterator()
Returns an iterator over a set of elements of type T.
Method Detail
iterator
Iterator<Titerator()
Returns an iterator over a set of elements of type T.
Returns:
an Iterator.
Java API documentation generated with DocFlex/Doclet v1.5.6
DocFlex/Doclet is both a multi-format Javadoc doclet and a free edition of DocFlex/Javadoc. If you need to customize your Javadoc without writing a full-blown doclet from scratch, DocFlex/Javadoc may be the only tool able to help you! Find out more at www.docflex.com