com.ibm.icu.text
Class AlphabeticIndex.Record<V>

java.lang.Object
  extended by com.ibm.icu.text.AlphabeticIndex.Record<V>
Enclosing class:
AlphabeticIndex<V>

public static class AlphabeticIndex.Record<V>
extends Object

A record to be sorted into buckets with getIndexBucketCharacters.

Status:
Stable ICU 4.8.

Method Summary
 V getData()
          Get the data
 CharSequence getName()
          Get the name
 String toString()
          Standard toString()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public CharSequence getName()
Get the name

Returns:
the name
Status:
Stable ICU 4.8.

getData

public V getData()
Get the data

Returns:
the data
Status:
Stable ICU 4.8.

toString

public String toString()
Standard toString()

Overrides:
toString in class Object
Status:
Stable ICU 4.8.


Copyright (c) 2012 IBM Corporation and others.