CursorIterator

class CursorIterator(c: Cursor) : Iterator<Cursor>

Constructors

Link copied to clipboard
fun CursorIterator(c: Cursor)

Functions

Link copied to clipboard
open fun forEachRemaining(p0: Consumer<in Cursor>)
Link copied to clipboard
open operator override fun hasNext(): Boolean
Link copied to clipboard
open operator override fun next(): Cursor