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:
Draft ICU 4.6.

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:
Draft ICU 4.6.

getData

public V getData()
Get the data

Returns:
the data
Status:
Draft ICU 4.6.

toString

public String toString()
Standard toString()

Overrides:
toString in class Object
Status:
Draft ICU 4.6.


Copyright (c) 2011 IBM Corporation and others.