API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.lang. Iterable View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Iterable
Subinterfaces
Description
public interface Iterable
  Implementing this interface allows an object to be the target of the "foreach" statement.
See also:   
Methods
Hide/Show inherited methods
public Iterator< T> iterator ()
  Returns an iterator over a set of elements of type T.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar