UnicodeSetIterator.SkipToStrings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Skips over the remaining code points/ranges, if any.
[Android.Runtime.Register("skipToStrings", "()Landroid/icu/text/UnicodeSetIterator;", "GetSkipToStringsHandler", ApiSince=34)]
public virtual Android.Icu.Text.UnicodeSetIterator? SkipToStrings ();
[<Android.Runtime.Register("skipToStrings", "()Landroid/icu/text/UnicodeSetIterator;", "GetSkipToStringsHandler", ApiSince=34)>]
abstract member SkipToStrings : unit -> Android.Icu.Text.UnicodeSetIterator
override this.SkipToStrings : unit -> Android.Icu.Text.UnicodeSetIterator
Returns
this
- Attributes
Remarks
Skips over the remaining code points/ranges, if any. A following call to next() or nextRange() will yield a string, if there is one. No-op if next() would return false, or if it would yield a string anyway.
Java documentation for android.icu.text.UnicodeSetIterator.skipToStrings()
.
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.