Share via


UnicodeSetIterator.Reset Method

Definition

Overloads

Reset()

Resets this iterator to the start of the set.

Reset(UnicodeSet)

Sets this iterator to visit the elements of the given set and resets it to the start of that set.

Reset()

Resets this iterator to the start of the set.

[Android.Runtime.Register("reset", "()V", "GetResetHandler", ApiSince=24)]
public virtual void Reset ();
[<Android.Runtime.Register("reset", "()V", "GetResetHandler", ApiSince=24)>]
abstract member Reset : unit -> unit
override this.Reset : unit -> unit
Attributes

Remarks

Resets this iterator to the start of the set.

Java documentation for android.icu.text.UnicodeSetIterator.reset().

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

Reset(UnicodeSet)

Sets this iterator to visit the elements of the given set and resets it to the start of that set.

[Android.Runtime.Register("reset", "(Landroid/icu/text/UnicodeSet;)V", "GetReset_Landroid_icu_text_UnicodeSet_Handler", ApiSince=24)]
public virtual void Reset (Android.Icu.Text.UnicodeSet? uset);
[<Android.Runtime.Register("reset", "(Landroid/icu/text/UnicodeSet;)V", "GetReset_Landroid_icu_text_UnicodeSet_Handler", ApiSince=24)>]
abstract member Reset : Android.Icu.Text.UnicodeSet -> unit
override this.Reset : Android.Icu.Text.UnicodeSet -> unit

Parameters

uset
UnicodeSet

the set to iterate over.

Attributes

Remarks

Sets this iterator to visit the elements of the given set and resets it to the start of that set. The iterator is valid only so long as set is valid.

Java documentation for android.icu.text.UnicodeSetIterator.reset(android.icu.text.UnicodeSet).

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