Java android.content EntityIterator fields, constructors, methods, implement or subclass

Example usage for Java android.content EntityIterator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.content EntityIterator.

The text is from its open source code.

Method

voidclose()
Indicates that this iterator is no longer needed and that any associated resources may be released (such as a SQLite cursor).
booleanhasNext()
Returns true if the iteration has more elements.
Enext()
Returns the next element in the iteration.