public class CaseVariants
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static int[] |
ROMAN_VARIANTS |
Get the case variants of roman letters (A-Z, a-z), other than the letters A-Z and a-z themselves
|
Constructor | Description |
---|---|
CaseVariants() |
Modifier and Type | Method | Description |
---|---|---|
static int[] |
getCaseVariants(int code) |
Get the case variants of a character
|