Uses of Interface
com.ibm.icu.lang.IterableOfInt
-
Packages that use IterableOfInt Package Description com.ibm.icu.lang Enhanced character property and surrogate support. -
-
Uses of IterableOfInt in com.ibm.icu.lang
Methods in com.ibm.icu.lang that return IterableOfInt Modifier and Type Method Description static IterableOfInt
UCharacter. allCodePoints()
[icu] Returns an IterableOfInt over all Unicode code points U+0000..U+10FFFF.static IterableOfInt
UCharacter. allScalarValues()
[icu] Returns an IterableOfInt over all Unicode scalar values U+0000..U+D7FF & U+E000..U+10FFFF.
-