Uses of Enum
com.ibm.icu.util.CodePointMap.RangeOption
Packages that use CodePointMap.RangeOption
-
Uses of CodePointMap.RangeOption in com.ibm.icu.util
Subclasses with type arguments of type CodePointMap.RangeOption in com.ibm.icu.utilModifier and TypeClassDescriptionstatic enumSelectors for how getRange() should report value ranges overlapping with surrogates.Methods in com.ibm.icu.util that return CodePointMap.RangeOptionModifier and TypeMethodDescriptionstatic CodePointMap.RangeOptionReturns the enum constant of this type with the specified name.static CodePointMap.RangeOption[]CodePointMap.RangeOption.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.util with parameters of type CodePointMap.RangeOptionModifier and TypeMethodDescriptionbooleanCodePointMap.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.