public static interface CodePointMap.ValueFilter
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.
| Modifier and Type | Method and Description |
|---|---|
int |
apply(int value)
Modifies the map value.
|