Package com.ibm.icu.text
Class AlphabeticIndex.Record<V>
- java.lang.Object
-
- com.ibm.icu.text.AlphabeticIndex.Record<V>
-
- Enclosing class:
- AlphabeticIndex<V>
public static class AlphabeticIndex.Record<V> extends java.lang.ObjectA (name, data) pair, to be sorted by name into one of the index buckets. The user data is not used by the index implementation.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VgetData()Get the datajava.lang.CharSequencegetName()Get the namejava.lang.StringtoString()Standard toString()
-
-
-
Method Detail
-
getName
public java.lang.CharSequence getName()
Get the name- Returns:
- the name
-
getData
public V getData()
Get the data- Returns:
- the data
-
toString
public java.lang.String toString()
Standard toString()- Overrides:
toStringin classjava.lang.Object
-
-