FileDocCategorySizeDatePackage
Iterable.javaAPI DocJava SE 6 API512Tue Jun 10 00:25:36 BST 2008java.lang

Iterable

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

Fields Summary
Constructors Summary
Methods Summary
public java.util.Iteratoriterator()
Returns an iterator over a set of elements of type T.

return
an Iterator.