# Print output for @column tags ?>
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 | |
|---|---|
public V getData ()
Get the data
| Returns | |
|---|---|
V |
the data |