Java.Util.IListIterator.Previous Method
Returns the previous object in the iteration.

Syntax

[Android.Runtime.Register("previous", "()Ljava/lang/Object;", "GetPreviousHandler:Java.Util.IListIteratorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Lang.Object Previous ()

See Also

IListIterator.HasPrevious

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Util.NoSuchElementExceptionif there are no previous elements.

Remarks

Returns the previous object in the iteration.

[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