EntryRange
open class 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 |
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
open fun toString(): String
Returns a string representation of the object.
Return |
String |
a string representation of the object. |
Properties
codepoint
var codepoint: Int
The starting code point of the range.
codepointEnd
var codepointEnd: Int
The ending code point of the range
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[]]