public static final class CodePointMap.Range extends Object
CodePointMap.ValueFilter.apply(int)
,
or it may be the surrogateValue if a RangeOption other than "normal" was used.CodePointMap.getRange(int, com.ibm.icu.util.CodePointMap.ValueFilter, com.ibm.icu.util.CodePointMap.Range)
,
CodePointMap.iterator()
Constructor and Description |
---|
Range()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getEnd() |
int |
getStart() |
int |
getValue() |
void |
set(int start,
int end,
int value)
Sets the range.
|
public Range()
public int getStart()
public int getEnd()
public int getValue()
public void set(int start, int end, int value)
CodePointMap.iterator()
,
iteration will resume after the newly set end.start
- new start code pointend
- new end code pointvalue
- new valueCopyright © 2016 Unicode, Inc. and others.