CharToCharFunction instead.@Deprecated
public interface CharFunction
extends java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static CharFunction |
TO_LOWERCASE
Deprecated.
|
static CharFunction |
TO_UPPERCASE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
char |
valueOf(char character)
Deprecated.
|
static final CharFunction TO_UPPERCASE
static final CharFunction TO_LOWERCASE