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.| 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 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 value