public interface CodePointFunction extends Serializable
Modifier and Type | Field and Description |
---|---|
static CodePointFunction |
PASS_THRU |
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
static final CodePointFunction PASS_THRU
Copyright © 2004–2016. All rights reserved.