UnicodeSet.EntryRange

public static class UnicodeSet.EntryRange
extends Object

java.lang.Object
   ↳ 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

Fields

public int codepoint

The starting code point of the range.

public int codepointEnd

The ending code point of the range

Public methods

String toString()

Returns a string representation of the object.

Inherited methods

Fields

codepoint

Added in API level 24
public int codepoint

The starting code point of the range.

codepointEnd

Added in API level 24
public int codepointEnd

The ending code point of the range

Public methods

toString

Added in API level 24
public String toString ()

Returns a string representation of the object.

Returns
String a string representation of the object.