Language

IValueIterator.Next(ValueIteratorElement) Method

Definition

Returns the next result for this iteration and returns true if we are not at the end of the iteration, false otherwise.

[Android.Runtime.Register("next", "(Landroid/icu/util/ValueIterator$Element;)Z", "GetNext_Landroid_icu_util_ValueIterator_Element_Handler:Android.Icu.Util.IValueIteratorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public bool Next(Android.Icu.Util.ValueIteratorElement? element);
[<Android.Runtime.Register("next", "(Landroid/icu/util/ValueIterator$Element;)Z", "GetNext_Landroid_icu_util_ValueIterator_Element_Handler:Android.Icu.Util.IValueIteratorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member Next : Android.Icu.Util.ValueIteratorElement -> bool

Parameters

element
ValueIteratorElement

for storing the result index and value

Returns

true if we are not at the end of the iteration, false otherwise.

Attributes

Remarks

Returns the next result for this iteration and returns true if we are not at the end of the iteration, false otherwise.

If this returns a false, the contents of elements will not be updated.

Android reference for android.icu.util.ValueIterator.next.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to