public class Alphabet
extends java.lang.Object
| Constructor and Description |
|---|
Alphabet() |
| Modifier and Type | Method and Description |
|---|---|
static char |
get(int index) |
static char[] |
getRange(boolean capital,
int index) |
static char[] |
getRange(boolean capital,
int firstIndex,
int lastIndex) |
static int |
length() |
static char[] |
lowercase() |
static char[] |
uppercase() |
public static char[] lowercase()
public static char[] uppercase()
public static char get(int index)
public static int length()
public static char[] getRange(boolean capital,
int index)
public static char[] getRange(boolean capital,
int firstIndex,
int lastIndex)