Example usage for Java android.content EntityIterator fields, constructors, methods, implement or subclass
The text is from its open source code.
void | close() Indicates that this iterator is no longer needed and that any associated resources may be released (such as a SQLite cursor). |
boolean | hasNext() Returns true if the iteration has more elements. |
E | next() Returns the next element in the iteration. |