CollationElementIterator.SecondaryOrder(Int32) Method

Definition

Return the secondary component of a collation element.

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

Parameters

order
Int32

the collation element

Returns

the element's secondary component

Attributes

Remarks

Return the secondary component of a collation element.

Java documentation for java.text.CollationElementIterator.secondaryOrder(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