public static class UnicodeSet.EntryRange extends Object
UnicodeSet.ranges().| Modifier and Type | Field and Description |
|---|---|
int |
codepoint
The starting code point of the range.
|
int |
codepointEnd
The ending code point of the range
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns a string containing a concise, human-readable description of this
object.
|
public int codepoint
public int codepointEnd
public String toString()
getClass().getName() + '@' + Integer.toHexString(hashCode())
See Writing a useful
toString method
if you intend implementing your own toString method.