Android.Database.CursorJoiner Members

The members of Android.Database.CursorJoiner are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Initializes the CursorJoiner and resets the cursors to the first row.

Public Properties

[read-only]
HasNextbool. Returns whether or not there are more rows to compare using next().

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Iterator() : Java.Util.IIterator
Returns an Java.Util.IIterator for the elements in this object.
Next() : CursorJoiner.Result
Returns the comparison result of the next row from each cursor.
Remove()
Removes the last object returned by next from the collection.

Explicitly Implemented Interface Members

Java.Lang.IIterable.IteratorDocumentation for this section has not yet been entered.
Java.Util.IIterator.NextDocumentation for this section has not yet been entered.