Uses of Class
com.ibm.icu.text.UnicodeSet.EntryRange
-
Packages that use UnicodeSet.EntryRange 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 UnicodeSet.EntryRange in com.ibm.icu.text
Fields in com.ibm.icu.text declared as UnicodeSet.EntryRange Modifier and Type Field Description (package private) UnicodeSet.EntryRange
UnicodeSet.EntryRangeIterator. result
Methods in com.ibm.icu.text that return UnicodeSet.EntryRange Modifier and Type Method Description UnicodeSet.EntryRange
UnicodeSet.EntryRangeIterator. next()
Methods in com.ibm.icu.text that return types with arguments of type UnicodeSet.EntryRange Modifier and Type Method Description java.util.Iterator<UnicodeSet.EntryRange>
UnicodeSet.EntryRangeIterable. iterator()
java.lang.Iterable<UnicodeSet.EntryRange>
UnicodeSet. ranges()
Provide for faster iteration than by String.java.util.stream.Stream<UnicodeSet.EntryRange>
UnicodeSet. rangeStream()
-