FileDocCategorySizeDatePackage
Iterable.javaAPI DocJava SE 5 API498Fri Aug 26 14:57:02 BST 2005java.lang

Iterable

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

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

return
an Iterator.