CollationElementIterator.TertiaryOrder(Int32) Method

Definition

Return the tertiary component of a collation element.

[Android.Runtime.Register("tertiaryOrder", "(I)S", "")]
public static short TertiaryOrder (int order);
[<Android.Runtime.Register("tertiaryOrder", "(I)S", "")>]
static member TertiaryOrder : int -> int16

Parameters

order
Int32

the collation element

Returns

the element's tertiary component

Attributes

Remarks

Return the tertiary component of a collation element.

Java documentation for java.text.CollationElementIterator.tertiaryOrder(int).

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