Java.Util.AbstractCollection.Iterator Method
Returns an instance of Java.Util.IIterator that may be used to access the objects contained by this Collection.

Syntax

[Android.Runtime.Register("iterator", "()Ljava/util/Iterator;", "GetIteratorHandler")]
public abstract IIterator Iterator ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns an instance of Java.Util.IIterator that may be used to access the objects contained by this Collection. The order in which the elements are returned by the Java.Util.IIterator is not defined unless the instance of the Collection has a defined order. In that case, the elements are returned in that order.

In this class this method is declared abstract and has to be implemented by concrete Collection implementations.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1