Package | Description |
---|---|
com.ibm.icu.util |
International calendars and other utility classes.
|
Modifier and Type | Method and Description |
---|---|
Iterator<CodePointMap.Range> |
CodePointMap.iterator()
Convenience iterator over same-map-value code point ranges.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CodePointMap.getRange(int start,
CodePointMap.RangeOption option,
int surrogateValue,
CodePointMap.ValueFilter filter,
CodePointMap.Range range)
Sets the range object to a range of code points beginning with the start parameter.
|
abstract boolean |
CodePointMap.getRange(int start,
CodePointMap.ValueFilter filter,
CodePointMap.Range range)
Sets the range object to a range of code points beginning with the start parameter.
|
boolean |
MutableCodePointTrie.getRange(int start,
CodePointMap.ValueFilter filter,
CodePointMap.Range range)
Sets the range object to a range of code points beginning with the start parameter.
|
boolean |
CodePointTrie.getRange(int start,
CodePointMap.ValueFilter filter,
CodePointMap.Range range)
Sets the range object to a range of code points beginning with the start parameter.
|
Copyright © 2016 Unicode, Inc. and others.