public interface CodePointFunction
extends java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static CodePointFunction |
TO_LOWERCASE |
static CodePointFunction |
TO_UPPERCASE |
| Modifier and Type | Method and Description |
|---|---|
int |
valueOf(int codePoint) |
static final CodePointFunction TO_UPPERCASE
static final CodePointFunction TO_LOWERCASE