Class UnicodeSet.EntryRange
java.lang.Object
com.ibm.icu.text.UnicodeSet.EntryRange
- Enclosing class:
UnicodeSet
A struct-like class used for iteration through ranges, for faster iteration than by String.
Read about the restrictions on usage in
UnicodeSet.ranges().-
Field Summary
FieldsModifier and TypeFieldDescriptionintThe starting code point of the range.intThe ending code point of the range -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
codepoint
public int codepointThe starting code point of the range. -
codepointEnd
public int codepointEndThe ending code point of the range
-
-
Constructor Details
-
EntryRange
EntryRange()
-
-
Method Details
-
toString
-