Uses of Class
com.ibm.icu.util.CodePointMap.Range
-
Packages that use CodePointMap.Range Package Description com.ibm.icu.util International calendars and other utility classes. -
-
Uses of CodePointMap.Range in com.ibm.icu.util
Methods in com.ibm.icu.util that return types with arguments of type CodePointMap.Range Modifier and Type Method Description Iterator<CodePointMap.Range>CodePointMap. iterator()Convenience iterator over same-map-value code point ranges.Methods in com.ibm.icu.util with parameters of type CodePointMap.Range Modifier and Type Method Description booleanCodePointMap. 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 booleanCodePointMap. getRange(int start, CodePointMap.ValueFilter filter, CodePointMap.Range range)Sets the range object to a range of code points beginning with the start parameter.booleanCodePointTrie. getRange(int start, CodePointMap.ValueFilter filter, CodePointMap.Range range)Sets the range object to a range of code points beginning with the start parameter.booleanMutableCodePointTrie. getRange(int start, CodePointMap.ValueFilter filter, CodePointMap.Range range)Sets the range object to a range of code points beginning with the start parameter.
-