|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--java.lang.Character
| Field Summary | |
static int |
MAX_RADIX
|
static char |
MAX_VALUE
The maximum value for a character |
static int |
MIN_RADIX
The minimum radix for conversion |
static char |
MIN_VALUE
The minimum value for a character |
| Constructor Summary | |
Character(char c)
Create a new character |
|
| Method Summary | |
char |
charValue()
Return the character value |
static int |
digit(char ch,
int radix)
Convert to a digit in the specified radix |
boolean |
equals(Object o)
Is it equals |
int |
hashCode()
Get the hash code |
static boolean |
isDigit(char ch)
Is it a digit |
static boolean |
isLowerCase(char ch)
Is it in lower case |
static boolean |
isUpperCase(char ch)
Is it in upper case |
static char |
toLowerCase(char ch)
Convert it to lower case |
java.lang.String |
toString()
Convert it to a string |
static char |
toUpperCase(char ch)
Convert it to upper case |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int MAX_RADIX
public static final int MIN_RADIX
public static final char MAX_VALUE
public static final char MIN_VALUE
| Constructor Detail |
public Character(char c)
c - The value| Method Detail |
public final char charValue()
public static final int digit(char ch,
int radix)
ch - The valueradix - The radix
public boolean equals(Object o)
equals in class Objecto - The other objectpublic int hashCode()
hashCode in class Objectpublic static boolean isDigit(char ch)
ch - The value
public static boolean isLowerCase(char ch)
ch - The value
public static boolean isUpperCase(char ch)
ch - The value
public static char toLowerCase(char ch)
ch - The value
public java.lang.String toString()
toString in class Objectpublic static char toUpperCase(char ch)
ch - The value
|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||