Uses of Class
com.ibm.icu.text.AlphabeticIndex.Record
-
Packages that use AlphabeticIndex.Record Package Description com.ibm.icu.text -
-
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
-