Interface CodePointFunction
- All Superinterfaces:
Serializable
public interface CodePointFunction extends Serializable
A CharFunction can be used to convert one character to another.
-
Field Summary
Fields Modifier and Type Field Description static CodePointFunctionPASS_THRUstatic CodePointFunctionTO_LOWERCASEstatic CodePointFunctionTO_UPPERCASE -
Method Summary
Modifier and Type Method Description intvalueOf(int codePoint)
-
Field Details
-
Method Details
-
valueOf
int valueOf(int codePoint)
-