Interface CharFunction
- All Superinterfaces:
Serializable
@Deprecated public interface CharFunction extends Serializable
Deprecated.
since 3.0. Use
CharToCharFunction instead.A CharFunction can be used to convert one character to another.
-
Field Summary
Fields Modifier and Type Field Description static CharFunctionTO_LOWERCASEDeprecated.static CharFunctionTO_UPPERCASEDeprecated. -
Method Summary
Modifier and Type Method Description charvalueOf(char character)Deprecated.
-
Field Details
-
TO_UPPERCASE
Deprecated. -
TO_LOWERCASE
Deprecated.
-
-
Method Details
-
valueOf
char valueOf(char character)Deprecated.
-