Most visited

Recently visited

Added in API level 24

AlphabeticIndex.Record

public static class AlphabeticIndex.Record
extends Object

java.lang.Object
   ↳ android.icu.text.AlphabeticIndex.Record<V>


A (name, data) pair, to be sorted by name into one of the index buckets. The user data is not used by the index implementation.

Summary

Public methods

V getData()

Get the data

CharSequence getName()

Get the name

String toString()

Standard toString()

Inherited methods

From class java.lang.Object

Public methods

getData

Added in API level 24
V getData ()

Get the data

Returns
V the data

getName

Added in API level 24
CharSequence getName ()

Get the name

Returns
CharSequence the name

toString

Added in API level 24
String toString ()

Standard toString()

Returns
String a string representation of the object.

Hooray!