Partager via


CollationElementIterator.Nullorder Field

Definition

This constant is returned by the iterator in the methods next() and previous() when the end or the beginning of the source string has been reached, and there are no more valid collation elements to return.

[Android.Runtime.Register("NULLORDER", ApiSince=24)]
public const int Nullorder = -1;
[<Android.Runtime.Register("NULLORDER", ApiSince=24)>]
val mutable Nullorder : int

Field Value

Value = -1
Attributes

Remarks

This constant is returned by the iterator in the methods next() and previous() when the end or the beginning of the source string has been reached, and there are no more valid collation elements to return.

See class documentation for an example of use.

Java documentation for android.icu.text.CollationElementIterator.NULLORDER.

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