Android
java.lang
public interface

java.lang.Iterable<T>

java.lang.Iterable<T>

Implementations of this interface can be used within a foreach statement.

Known Indirect Subclasses

Summary

Public Methods

          Iterator<T>  iterator()

Returns an Iterator for the elements in this object.

Details

Public Methods

public Iterator<T> iterator()

Returns an Iterator for the elements in this object.

Returns

  • An Iterator instance.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56