Home » openjdk-7 » java » lang » [javadoc | source]
java.lang
public interface: Iterable [javadoc | source] Implementing this interface allows an object to be the target of the "foreach" statement.
Method from java.lang.Iterable Summary:
iterator
Method from java.lang.Iterable Detail:
 public Iterator<T> iterator()
    Returns an iterator over a set of elements of type T.