public interface java.lang
Iterable<T>


Show All Login
Java SE 6
  
Implemented by: Collection, DataSetResolver, ServiceLoader, SQLException
Details
Implementing this interface allows an object to be the target of the "foreach" statement.
since1.5

Methods
public Iterator iterator() Details
Returns an iterator over a set of elements of type T.
returnan Iterator.