|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::lang::Character Class Reference#include <Character.h>
Inheritance diagram for acdk::lang::Character:
List of all members.
Detailed Description
Object wrapper for a char (7 bit character).
API: Java
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.20
- Date:
- Date
- 2005/04/09 19:26:48
- See also:
- acdk::lang::UnicodeCharacter TYPE is not field, but method getTYPE().
Constructor & Destructor Documentation
acdk::lang::Character::Character |
( |
|
) |
[inline] |
|
acdk::lang::Character::Character |
( |
char |
val |
) |
[inline] |
|
Member Function Documentation
int acdk::lang::Character::asciiDigit |
( |
uc2char |
ch, |
|
|
int |
idx |
|
) |
[inline, static] |
|
int acdk::lang::Character::asciiDigit |
( |
char |
ch, |
|
|
int |
idx |
|
) |
[static] |
|
virtual char acdk::lang::Character::charValue |
( |
|
) |
[inline, virtual] |
|
RObject acdk::lang::Character::clone |
( |
|
) |
[inline, virtual] |
|
int acdk::lang::Character::compareTo |
( |
ucchar |
other |
) |
[inline] |
|
int acdk::lang::Character::compareTo |
( |
IN(RObject) |
other |
) |
[inline, virtual] |
|
virtual int acdk::lang::Character::compareTo |
( |
IN(RCharacter) |
other |
) |
[inline, virtual] |
|
RObject acdk::lang::Character::create_instance |
( |
|
) |
[inline, static] |
|
int acdk::lang::Character::decVal |
( |
ucchar |
c |
) |
[inline, static] |
|
|
return the decimal value of given digit value This call is only value if isDigit(c) is true
|
int acdk::lang::Character::decVal |
( |
char |
c |
) |
[inline, static] |
|
|
return the decimal value of given digit value This call is only value if isDigit(c) is true return 0 for '0' - 9 for '9'
|
bool acdk::lang::Character::equals |
( |
ucchar |
other |
) |
[inline] |
|
bool acdk::lang::Character::equals |
( |
IN(RObject) |
other |
) |
[virtual] |
|
RClass acdk::lang::Character::getTYPE |
( |
|
) |
[static] |
|
int acdk::lang::Character::hashCode |
( |
|
) |
[inline, virtual] |
|
bool acdk::lang::Character::isControl |
( |
char |
c |
) |
[inline, static] |
|
bool acdk::lang::Character::isControl |
( |
uc2char |
c |
) |
[inline, static] |
|
bool acdk::lang::Character::isDigit |
( |
uc2char |
c |
) |
[inline, static] |
|
bool acdk::lang::Character::isDigit |
( |
char |
c |
) |
[static] |
|
bool acdk::lang::Character::isHexDigit |
( |
uc2char |
c |
) |
[static] |
|
bool acdk::lang::Character::isHexDigit |
( |
char |
c |
) |
[static] |
|
bool acdk::lang::Character::isJavaIdentifierPart |
( |
uc2char |
c |
) |
[inline, static] |
|
bool acdk::lang::Character::isJavaIdentifierPart |
( |
char |
c |
) |
[static] |
|
bool acdk::lang::Character::isJavaIdentifierStart |
( |
uc2char |
c |
) |
[inline, static] |
|
bool acdk::lang::Character::isJavaIdentifierStart |
( |
char |
c |
) |
[static] |
|
bool acdk::lang::Character::isLetter |
( |
uc2char |
c |
) |
[inline, static] |
|
bool acdk::lang::Character::isLetter |
( |
char |
c |
) |
[static] |
|
bool acdk::lang::Character::isLetterOrDigit |
( |
uc2char |
c |
) |
[inline, static] |
|
bool acdk::lang::Character::isLetterOrDigit |
( |
char |
c |
) |
[inline, static] |
|
bool acdk::lang::Character::isLowerCase |
( |
uc2char |
c |
) |
[inline, static] |
|
bool acdk::lang::Character::isLowerCase |
( |
char |
c |
) |
[static] |
|
bool acdk::lang::Character::isSpace |
( |
uc2char |
c |
) |
[inline, static] |
|
bool acdk::lang::Character::isSpace |
( |
char |
c |
) |
[static] |
|
bool acdk::lang::Character::isUnicodeIdentifierPart |
( |
uc2char |
c |
) |
[inline, static] |
|
bool acdk::lang::Character::isUnicodeIdentifierPart |
( |
char |
c |
) |
[static] |
|
bool acdk::lang::Character::isUnicodeIdentifierStart |
( |
uc2char |
c |
) |
[inline, static] |
|
bool acdk::lang::Character::isUnicodeIdentifierStart |
( |
char |
c |
) |
[static] |
|
bool acdk::lang::Character::isUpperCase |
( |
uc2char |
c |
) |
[inline, static] |
|
bool acdk::lang::Character::isUpperCase |
( |
char |
c |
) |
[static] |
|
bool acdk::lang::Character::isWhitespace |
( |
uc2char |
c |
) |
[inline, static] |
|
bool acdk::lang::Character::isWhitespace |
( |
char |
c |
) |
[inline, static] |
|
uc2char acdk::lang::Character::toLowerCase |
( |
uc2char |
c |
) |
[inline, static] |
|
char acdk::lang::Character::toLowerCase |
( |
char |
c |
) |
[static] |
|
RString acdk::lang::Character::toString |
( |
uc2char |
c |
) |
[inline, static] |
|
RString acdk::lang::Character::toString |
( |
char |
c |
) |
[static] |
|
RString acdk::lang::Character::toString |
( |
|
) |
[virtual] |
|
uc2char acdk::lang::Character::toUpperCase |
( |
uc2char |
c |
) |
[inline, static] |
|
char acdk::lang::Character::toUpperCase |
( |
char |
c |
) |
[static] |
|
Member Data Documentation
|
|