Share via


AlphabeticIndex.ImmutableIndex.BucketCount Property

Definition

Returns the number of index buckets and labels, including underflow/inflow/overflow.

public int BucketCount { [Android.Runtime.Register("getBucketCount", "()I", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getBucketCount", "()I", "", ApiSince=24)>]
member this.BucketCount : int

Property Value

the number of index buckets

Attributes

Remarks

Returns the number of index buckets and labels, including underflow/inflow/overflow.

Java documentation for android.icu.text.AlphabeticIndex.ImmutableIndex.getBucketCount().

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