Class UnicodeSet.EntryRange

  • Enclosing class:
    UnicodeSet

    public static class UnicodeSet.EntryRange
    extends Object
    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 Detail

      • codepoint

        public int codepoint
        The starting code point of the range.
      • codepointEnd

        public int codepointEnd
        The ending code point of the range