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 | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Public methods
getName
public CharSequence getName ()
Get the name
Returns | |
---|---|
CharSequence |
the name |
toString
public String toString ()
Standard toString()
Returns | |
---|---|
String |
a string representation of the object. |