File
Doc
Category
Size
Date
Package
Iterable.java
API Doc
Java SE 5 API
498
Fri Aug 26 14:57:02 BST 2005
java.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.Iterator
iterator
()
Returns an iterator over a set of elements of type T.
return
an Iterator.
Java Code Source