CollationElementIterator.GetMaxExpansion(Int32) Method

Definition

Return the maximum length of any expansion sequences that end with the specified comparison order.

[Android.Runtime.Register("getMaxExpansion", "(I)I", "")]
public int GetMaxExpansion (int order);
[<Android.Runtime.Register("getMaxExpansion", "(I)I", "")>]
member this.GetMaxExpansion : int -> int

Parameters

order
Int32

a collation order returned by previous or next.

Returns

the maximum length of any expansion sequences ending with the specified order.

Attributes

Remarks

Return the maximum length of any expansion sequences that end with the specified comparison order.

Added in 1.2.

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