FileDocCategorySizeDatePackage
EntityIterator.javaAPI DocAndroid 5.1 API1381Thu Mar 12 22:22:10 GMT 2015android.content

EntityIterator

public interface EntityIterator implements Iterator
A specialization of {@link Iterator} that allows iterating over a collection of {@link Entity} objects. In addition to the iteration functionality it also allows resetting the iterator back to the beginning and provides for an explicit {@link #close()} method to indicate that the iterator is no longer needed and that its resources can be released.

Fields Summary
Constructors Summary
Methods Summary
public voidclose()
Indicates that this iterator is no longer needed and that any associated resources may be released (such as a SQLite cursor).

public voidreset()
Reset the iterator back to the beginning.