Interface: java.lang.Iterable<T>

  • public interface Iterable<T>
Implementing this interface allows an object to be the target of the "foreach" statement.

Methods