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.
Public methods | |
---|---|
V
|
getData()
Get the data |
CharSequence
|
getName()
Get the name |
String
|
toString()
Standard toString() |
Inherited methods | |
---|---|
From
class
java.lang.Object
|
String toString ()
Standard toString()
Returns | |
---|---|
String |
a string representation of the object. |