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 |
getData()Get the data |
| open CharSequence! |
getName()Get the name |
| open String |
toString()Standard toString() |
Public methods
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. |