Serializablepublic interface CodePointFunction extends Serializable
| Modifier and Type | Field | Description |
|---|---|---|
static CodePointFunction |
PASS_THRU |
|
static CodePointFunction |
TO_LOWERCASE |
|
static CodePointFunction |
TO_UPPERCASE |
| Modifier and Type | Method | Description |
|---|---|---|
int |
valueOf(int codePoint) |
static final CodePointFunction TO_UPPERCASE
static final CodePointFunction TO_LOWERCASE
static final CodePointFunction PASS_THRU
Copyright © 2004–2017. All rights reserved.