Uses of Class
com.ibm.icu.text.AlphabeticIndex.Record
-
Packages that use AlphabeticIndex.Record Package Description com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
Uses of AlphabeticIndex.Record in com.ibm.icu.text
Fields in com.ibm.icu.text with type parameters of type AlphabeticIndex.Record Modifier and Type Field Description private java.util.List<AlphabeticIndex.Record<V>>
AlphabeticIndex. inputList
private java.util.Comparator<AlphabeticIndex.Record<V>>
AlphabeticIndex. recordComparator
private java.util.List<AlphabeticIndex.Record<V>>
AlphabeticIndex.Bucket. records
Methods in com.ibm.icu.text that return types with arguments of type AlphabeticIndex.Record Modifier and Type Method Description java.util.Iterator<AlphabeticIndex.Record<V>>
AlphabeticIndex.Bucket. iterator()
Iterator over the records in the bucket
-