android.content.EntityIterator |
A specialization of Iterator
that allows iterating over a collection of
Entity
objects. In addition to the iteration functionality it also allows
resetting the iterator back to the beginning and provides for an explicit close()
method to indicate that the iterator is no longer needed and that its resources
can be released.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Indicates that this iterator is no longer needed and that any associated resources
may be released (such as a SQLite cursor).
| |||||||||||
Reset the iterator back to the beginning.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.util.Iterator
|
Indicates that this iterator is no longer needed and that any associated resources may be released (such as a SQLite cursor).