File
Doc
Category
Size
Date
Package
Iterable.java
API Doc
Java SE 6 API
512
Tue Jun 10 00:25:36 BST 2008
java.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.Iterator
iterator
()
Returns an iterator over a set of elements of type T.
return
an Iterator.
Java Code Source