Added in API level 24

Record

class Record<V : Any!>
kotlin.Any
   ↳ android.icu.text.AlphabeticIndex.Record

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
open V

Get the data

open CharSequence!

Get the name

open String

Standard toString()

Public methods

getData

Added in API level 24
open fun getData(): V

Get the data

Return
V the data

getName

Added in API level 24
open fun getName(): CharSequence!

Get the name

Return
CharSequence! the name

toString

Added in API level 24
open fun toString(): String

Standard toString()

Return
String a string representation of the object.