Package com.ibm.icu.util
Interface CodePointMap.ValueFilter
-
- Enclosing class:
- CodePointMap
public static interface CodePointMap.ValueFilterCallback function interface: Modifies a map value. Optionally called by getRange(). The modified value will be returned by the getRange() function.Can be used to ignore some of the value bits, make a filter for one of several values, return a value index computed from the map value, etc.
- See Also:
CodePointMap.getRange(int, com.ibm.icu.util.CodePointMap.ValueFilter, com.ibm.icu.util.CodePointMap.Range),CodePointMap.iterator()- Status:
- Stable ICU 63.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intapply(int value)Modifies the map value.
-