Added in API level 24
    EntryRange
open class EntryRange
| kotlin.Any | |
| ↳ | android.icu.text.UnicodeSet.EntryRange | 
A struct-like class used for iteration through ranges, for faster iteration than by String. Read about the restrictions on usage in UnicodeSet.ranges().
Summary
| Public methods | |
|---|---|
| open String | toString()Returns a string representation of the object. | 
| Properties | |
|---|---|
| Int | The starting code point of the range. | 
| Int | The ending code point of the range | 
Public methods
toString
Added in API level 24
      open fun toString(): String
Returns a string representation of the object.
| Return | |
|---|---|
| String | a string representation of the object. | 
